diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9f3ca2c1e..f226c3543 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,15 +7,15 @@ It's important to us that you feel you can contribute towards the evolution of P [GitHub Issues][0] is the place to report bugs you may have found in either the core library or any of the examples that are part of the repository. When submitting a bug please do the following: -1. **Search for existing issues.** Your bug may have already been fixed or addressed in a development branch version of Phaser, so be sure to search the issues first before putting in a duplicate issue. +**1. Search for existing issues.** Your bug may have already been fixed or addressed in a development branch version of Phaser, so be sure to search the issues first before putting in a duplicate issue. -2. **Not sure if it's a bug?.** Then please ask on the forum. If something is blatantly wrong then post it to github. But if you feel it might just be because you're not sure of expected behaviour, then it might save us time, and get you a response faster, if you post it to the Phaser forum instead. +**2. Not sure if it's a bug?.** Then please ask on the forum. If something is blatantly wrong then post it to github. But if you feel it might just be because you're not sure of expected behaviour, then it might save us time, and get you a response faster, if you post it to the Phaser forum instead. -3. **Create an isolated and reproducible test case.** If you are reporting a bug, make sure you also have a minimal, runnable, code example that reproduces the problem you have. +**3. Create an isolated and reproducible test case.** If you are reporting a bug, make sure you also have a minimal, runnable, code example that reproduces the problem you have. -4. **Include a live example.** After narrowing your code down to only the problem areas, make use of [jsFiddle][1], [jsBin][2], or a link to your live site so that we can view a live example of the problem. +**4. Include a live example.** After narrowing your code down to only the problem areas, make use of [jsFiddle][1], [jsBin][2], or a link to your live site so that we can view a live example of the problem. -5. **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. +**5. 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. ##Pixi and Phaser diff --git a/README.md b/README.md index b31fa7a34..e89bf0bb0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ By Richard Davey, [Photon Storm](http://www.photonstorm.com) * View the [Official Website](http://phaser.io) * Follow on [Twitter](https://twitter.com/photonstorm) * Join the [Forum](http://www.html5gamedevs.com/forum/14-phaser/) +* StackOverflow tag: [phaser-framework](http://stackoverflow.com/questions/tagged/phaser-framework) * Source code for 320+ [Phaser Examples](https://github.com/photonstorm/phaser-examples) or [browse them online](http://examples.phaser.io) * View the growing list of [Phaser Plugins](https://github.com/photonstorm/phaser-plugins) * Read the [documentation online](http://docs.phaser.io) @@ -49,7 +50,8 @@ Version 2.0.6 - "Jornhill" - -in development- ### Updates -* TypeScript definitions fixes and updates (thanks @clark-stevenson) +* TypeScript definitions fixes and updates (thanks @clark-stevenson and @Phaiax) +* Documentation fixes (thanks @kay-is #941) * BitmapData.draw can now also take a Phaser.Sprite, Phaser.Image or BitmapData object as a source type. As a result BitmapData.drawSprite is now depcreated. * BitmapData.alphaMask can now also take a Phaser.Sprite, Phaser.Image or BitmapData object as a source type. * BitmapData.alphaMask has 2 new optional parameters: sourceRect and maskRect to give more fine-grained control over where the source and mask are drawn and their size diff --git a/resources/Phaser Logo/Pixel Art/phaser_pixel_large_shaded.png b/resources/Phaser Logo/Pixel Art/phaser_pixel_large_shaded.png index 91393348a..4f2c8e46a 100644 Binary files a/resources/Phaser Logo/Pixel Art/phaser_pixel_large_shaded.png and b/resources/Phaser Logo/Pixel Art/phaser_pixel_large_shaded.png differ diff --git a/src/Outro.js b/src/Outro.js index 0c564586b..43d48a5b3 100644 --- a/src/Outro.js +++ b/src/Outro.js @@ -17,5 +17,5 @@ }).call(this); /* -* "Don't follow strange women who lure you into woods with beautiful poetry." - @djfood +* "What matters in this life is not what we do but what we do for others, the legacy we leave and the imprint we make." - Eric Meyer */