From 32326ae2434fb47d24def0b21ed8b818fbc72f55 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 17 Jun 2016 13:06:18 +0100 Subject: [PATCH] Updated GitHub issue template. --- .github/ISSUE_TEMPLATE.md | 6 ++++-- README.md | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 7a3d9f0c1..4f76075d3 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,5 @@ +Before opening this issue _please_ check we haven't already fixed it! Development always takes place in the Phaser `dev` branch. The easiest way to check is to read the [Dev Change Log](https://github.com/photonstorm/phaser/tree/dev#change-log). + This Issue is about (delete as applicable) * A bug in the API @@ -6,7 +8,7 @@ This Issue is about (delete as applicable) * An error on the web site * A problem with my own code -If this is an API error please provide example code showing what happens, and why you don't believe this is the expected behavior. Issues posted without code take _far_ longer to get resolved, sometimes not ever. +API errors must include example code showing what happens, and why you don't believe this is the expected behavior. Issues posted without code take _far_ longer to get resolved, sometimes not ever. If your Issue contains _any_ form of hostility it will be instantly closed. -**Be nice or go away.** \ No newline at end of file +**Be nice.** \ No newline at end of file diff --git a/README.md b/README.md index 51f4c5978..ad8db32c7 100644 --- a/README.md +++ b/README.md @@ -323,7 +323,9 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/ ![Change Log](http://phaser.io/images/github/div-change-log.png "Change Log") -## Version 2.5.0 - "Four Kings" - 17th June 2016 +## Version 2.5.0 - "Five Kings" - 17th June 2016 + +**Note:** This version was also released as 2.4.9 'Four Kings' on 16th June 2016. The 2.5.0 release marks us moving to a more strict adherence of the Semver rules, and also contains some TypeScript definitions fixes. ### New Features