diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d791c16..a405f95 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -21,6 +21,9 @@ 4. **Share as much information as possible.** Include browser version affected, your OS, version of the library, steps to reproduce, etc. "X isn't working!!!1!" will probably just be closed. +> NOTE: if you are looking for support, please visit the [FAQ][faq], [forums][forums], [wiki][wiki] +> or go through the [tutorials][tutorials]. + ## Contributing Changes ### Setting Up @@ -73,13 +76,17 @@ to ensure that you didn't break anything. You can do this with `npm test` which will run eslint, rebuild, then run the test suite. -[issues]: https://github.com/pixijs/pixi.js/issues -[pixi]: https://github.com/pixijs/pixi.js +[faq]: http://www.pixijs.com/faq [fiddle]: http://jsfiddle.net -[jsbin]: http://jsbin.com/ -[node]: http://nodejs.org [fork-cli]: https://help.github.com/articles/fork-a-repo/ [fork-gui]: https://guides.github.com/activities/forking/ +[forums]: http://www.html5gamedevs.com/forum/15-pixijs/ +[issues]: https://github.com/pixijs/pixi.js/issues +[jsbin]: http://jsbin.com/ +[node]: http://nodejs.org +[pixi]: https://github.com/pixijs/pixi.js +[tutorials]: http://www.pixijs.com/tutorials +[wiki]: https://github.com/pixijs/pixi.js/wiki ## Contributor Code of Conduct diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d791c16..a405f95 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -21,6 +21,9 @@ 4. **Share as much information as possible.** Include browser version affected, your OS, version of the library, steps to reproduce, etc. "X isn't working!!!1!" will probably just be closed. +> NOTE: if you are looking for support, please visit the [FAQ][faq], [forums][forums], [wiki][wiki] +> or go through the [tutorials][tutorials]. + ## Contributing Changes ### Setting Up @@ -73,13 +76,17 @@ to ensure that you didn't break anything. You can do this with `npm test` which will run eslint, rebuild, then run the test suite. -[issues]: https://github.com/pixijs/pixi.js/issues -[pixi]: https://github.com/pixijs/pixi.js +[faq]: http://www.pixijs.com/faq [fiddle]: http://jsfiddle.net -[jsbin]: http://jsbin.com/ -[node]: http://nodejs.org [fork-cli]: https://help.github.com/articles/fork-a-repo/ [fork-gui]: https://guides.github.com/activities/forking/ +[forums]: http://www.html5gamedevs.com/forum/15-pixijs/ +[issues]: https://github.com/pixijs/pixi.js/issues +[jsbin]: http://jsbin.com/ +[node]: http://nodejs.org +[pixi]: https://github.com/pixijs/pixi.js +[tutorials]: http://www.pixijs.com/tutorials +[wiki]: https://github.com/pixijs/pixi.js/wiki ## Contributor Code of Conduct diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 45a1633..18611f9 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -13,9 +13,18 @@ Code of Conduct: https://github.com/pixijs/pixi.js/blob/dev/.github/CODE_OF_CONDUCT.md --> -- **Library Version**: _version_ -- **Browser & Version**: _version_ -- **OS & Version**: _version_ -- **Running Example**: _url_ + +### Expected Behavior - \ No newline at end of file +### Current Behavior + +### Possible Solution + +### Steps to Reproduce + +### Environment + +- **`pixi.js` version**: _e.g. 4.7.1_ +- **Browser & Version**: _e.g. Chrome 67_ +- **OS & Version**: _e.g. Ubuntu 18.04_ +- **Running Example**: _url_ diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d791c16..a405f95 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -21,6 +21,9 @@ 4. **Share as much information as possible.** Include browser version affected, your OS, version of the library, steps to reproduce, etc. "X isn't working!!!1!" will probably just be closed. +> NOTE: if you are looking for support, please visit the [FAQ][faq], [forums][forums], [wiki][wiki] +> or go through the [tutorials][tutorials]. + ## Contributing Changes ### Setting Up @@ -73,13 +76,17 @@ to ensure that you didn't break anything. You can do this with `npm test` which will run eslint, rebuild, then run the test suite. -[issues]: https://github.com/pixijs/pixi.js/issues -[pixi]: https://github.com/pixijs/pixi.js +[faq]: http://www.pixijs.com/faq [fiddle]: http://jsfiddle.net -[jsbin]: http://jsbin.com/ -[node]: http://nodejs.org [fork-cli]: https://help.github.com/articles/fork-a-repo/ [fork-gui]: https://guides.github.com/activities/forking/ +[forums]: http://www.html5gamedevs.com/forum/15-pixijs/ +[issues]: https://github.com/pixijs/pixi.js/issues +[jsbin]: http://jsbin.com/ +[node]: http://nodejs.org +[pixi]: https://github.com/pixijs/pixi.js +[tutorials]: http://www.pixijs.com/tutorials +[wiki]: https://github.com/pixijs/pixi.js/wiki ## Contributor Code of Conduct diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 45a1633..18611f9 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -13,9 +13,18 @@ Code of Conduct: https://github.com/pixijs/pixi.js/blob/dev/.github/CODE_OF_CONDUCT.md --> -- **Library Version**: _version_ -- **Browser & Version**: _version_ -- **OS & Version**: _version_ -- **Running Example**: _url_ + +### Expected Behavior - \ No newline at end of file +### Current Behavior + +### Possible Solution + +### Steps to Reproduce + +### Environment + +- **`pixi.js` version**: _e.g. 4.7.1_ +- **Browser & Version**: _e.g. Chrome 67_ +- **OS & Version**: _e.g. Ubuntu 18.04_ +- **Running Example**: _url_ diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2dcd136..bd45191 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,8 +5,8 @@ Before submitting please read: -Contributors guide: https://github.com/Fae/fae/blob/master/CONTRIBUTING.md -Code of Conduct: https://github.com/Fae/fae/blob/master/CODE_OF_CONDUCT.md +Contributors guide: https://github.com/pixijs/pixi.js/blob/dev/.github/CONTRIBUTING.md +Code of Conduct: https://github.com/pixijs/pixi.js/blob/dev/.github/CODE_OF_CONDUCT.md --> ##### Description of change @@ -18,4 +18,4 @@ - [ ] Tests and/or benchmarks are included - [ ] Documentation is changed or added - [ ] Lint process passed (`npm run lint`) -- [ ] Tests passed (`npm run test`) \ No newline at end of file +- [ ] Tests passed (`npm run test`) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d791c16..a405f95 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -21,6 +21,9 @@ 4. **Share as much information as possible.** Include browser version affected, your OS, version of the library, steps to reproduce, etc. "X isn't working!!!1!" will probably just be closed. +> NOTE: if you are looking for support, please visit the [FAQ][faq], [forums][forums], [wiki][wiki] +> or go through the [tutorials][tutorials]. + ## Contributing Changes ### Setting Up @@ -73,13 +76,17 @@ to ensure that you didn't break anything. You can do this with `npm test` which will run eslint, rebuild, then run the test suite. -[issues]: https://github.com/pixijs/pixi.js/issues -[pixi]: https://github.com/pixijs/pixi.js +[faq]: http://www.pixijs.com/faq [fiddle]: http://jsfiddle.net -[jsbin]: http://jsbin.com/ -[node]: http://nodejs.org [fork-cli]: https://help.github.com/articles/fork-a-repo/ [fork-gui]: https://guides.github.com/activities/forking/ +[forums]: http://www.html5gamedevs.com/forum/15-pixijs/ +[issues]: https://github.com/pixijs/pixi.js/issues +[jsbin]: http://jsbin.com/ +[node]: http://nodejs.org +[pixi]: https://github.com/pixijs/pixi.js +[tutorials]: http://www.pixijs.com/tutorials +[wiki]: https://github.com/pixijs/pixi.js/wiki ## Contributor Code of Conduct diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 45a1633..18611f9 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -13,9 +13,18 @@ Code of Conduct: https://github.com/pixijs/pixi.js/blob/dev/.github/CODE_OF_CONDUCT.md --> -- **Library Version**: _version_ -- **Browser & Version**: _version_ -- **OS & Version**: _version_ -- **Running Example**: _url_ + +### Expected Behavior - \ No newline at end of file +### Current Behavior + +### Possible Solution + +### Steps to Reproduce + +### Environment + +- **`pixi.js` version**: _e.g. 4.7.1_ +- **Browser & Version**: _e.g. Chrome 67_ +- **OS & Version**: _e.g. Ubuntu 18.04_ +- **Running Example**: _url_ diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2dcd136..bd45191 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,8 +5,8 @@ Before submitting please read: -Contributors guide: https://github.com/Fae/fae/blob/master/CONTRIBUTING.md -Code of Conduct: https://github.com/Fae/fae/blob/master/CODE_OF_CONDUCT.md +Contributors guide: https://github.com/pixijs/pixi.js/blob/dev/.github/CONTRIBUTING.md +Code of Conduct: https://github.com/pixijs/pixi.js/blob/dev/.github/CODE_OF_CONDUCT.md --> ##### Description of change @@ -18,4 +18,4 @@ - [ ] Tests and/or benchmarks are included - [ ] Documentation is changed or added - [ ] Lint process passed (`npm run lint`) -- [ ] Tests passed (`npm run test`) \ No newline at end of file +- [ ] Tests passed (`npm run test`) diff --git a/README.md b/README.md index 702ac2e..61f2585 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,6 @@ - [Filters Demo](http://pixijs.io/pixi-filters/tools/demo/) - [Run Pixie Run](http://work.goodboydigital.com/runpixierun/) -- [Fight for Everyone](http://www.goodboydigital.com/casestudies/fightforeveryone) - [Flash vs HTML](http://flashvhtml.com) - [Bunny Demo](http://www.goodboydigital.com/pixijs/bunnymark) - [Storm Brewing](http://www.goodboydigital.com/pixijs/storm) @@ -89,7 +88,7 @@ together :) Whether you find a bug, have a great feature request or you fancy owning a task from the road map above feel free to get in touch. -Make sure to read the [Contributing Guide](https://github.com/pixijs/pixi.js/blob/master/CONTRIBUTING.md) +Make sure to read the [Contributing Guide](.github/CONTRIBUTING.md) before submitting changes. ### Current features ###