Skip to content

Commit 80e0d81

Browse files
committed
1 parent 2219858 commit 80e0d81

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/CONTRIBUTING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Before contributing, please read the [code of conduct](https://github.com/photon
1414

1515
**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.
1616

17-
**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.
17+
**4. Include a live example.** After narrowing your code down to only the problem areas, make use of [jsFiddle][1], [jsBin][2], [CodePen][5], or a link to your live site so that we can view a live example of the problem.
1818

1919
**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.
2020

@@ -74,3 +74,4 @@ Thanks to Chad for creating the original Pixi.js Contributing file which we adap
7474
[2]: http://jsbin.com/
7575
[3]: http://nodejs.org
7676
[4]: http://www.html5gamedevs.com/forum/14-phaser/
77+
[5]: https://codepen.io/pen?template=YeEWom "Phaser 3 game template"

.github/ISSUE_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This Issue is about (delete as applicable)
1010
* An error on the web site
1111
* A problem with my own code
1212

13-
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, _if ever_. Feel free to use a site such as jsbin to demo the problem. If we can run it, and see the error, we can usually fix it.
13+
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, _if ever_. Feel free to use a site such as jsBin or [CodePen](https://codepen.io/pen?template=YeEWom) to demo the problem. If we can run it, and see the error, we can usually fix it.
1414

1515
If your Issue contains _any_ form of hostility it will be instantly closed.
1616

0 commit comments

Comments
 (0)