Skip to content

Commit 7efb05c

Browse files
committed
Updated issues template
1 parent 4bdb0de commit 7efb05c

File tree

4 files changed

+88
-9
lines changed

4 files changed

+88
-9
lines changed

.github/ISSUE_TEMPLATE.md

-9
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
name: "\U0001F41B Bug Report"
3+
about: Report a bug found while using Phaser 3
4+
5+
---
6+
7+
<!--
8+
Thank you for taking the time to contribute towards Phaser. Before submitting your issue, check the following:
9+
10+
1. This repo is for Phaser 3 only. Phaser 2.x issues should be raised in the [Phaser CE](https://github.com/photonstorm/phaser-ce) repo.
11+
12+
2. This repo should not be used for technical support. If you're struggling to use Phaser then post your question to the [forum](http://www.html5gamedevs.com/forum/33-phaser-3/), [Slack](https://phaser.io/community/slack) or [Discord](https://phaser.io/community/discord) channels. GitHub Issues are for bugs and feature requests only.
13+
14+
3. Make sure your issue isn't a duplicate, or has already been fixed.
15+
16+
4. If your issue contains _any_ form of hostility it will be closed and you will be blocked from access to all our repos. Be nice. We do this for free.
17+
18+
5. If all the above is ok, fill out the template below.
19+
-->
20+
21+
22+
## Version
23+
<!--
24+
Enter the version of Phaser you're using. You can find this output to the Dev Tools console in your browser.
25+
-->
26+
* Phaser Version:
27+
<!--
28+
Place the operating system **below** this comment.
29+
-->
30+
* Operating system:
31+
<!--
32+
If the bug is browser specific, please enter the version **below** this comment:
33+
-->
34+
* Browser:
35+
36+
37+
## Description
38+
39+
<!--
40+
Write a detailed description of the bug **below** this comment. Include the expected behavior and what actually happens. If the issue is device specific, please say so.
41+
-->
42+
43+
44+
## Example Test Code
45+
46+
<!--
47+
All issues must have source code demonstrating the problem. We automatically close issues after 30 days if no code is provided.
48+
49+
The code can be pasted directly below this comment, or you can link to codepen, jsbin, or similar. The code will ideally be runnable instantly. The more work involved in turning your code into a reproducible test case, the longer it will take the fix the issue.
50+
-->
51+
52+
53+
## Additional Information
54+
55+
<!--
56+
Is there anything else you think would be useful for us to reproduce the error? Do you have a solution in mind?
57+
58+
If you have any screen shots or gifs demonstrating the issue (if it can't be seen when running your code), please include those too.
59+
-->
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: "\U0001F389 Feature Request"
3+
about: Share an idea about a feature you'd like to see in Phaser
4+
5+
---
6+
7+
**We're constantly trying to make Phaser 3 better**
8+
9+
So we'd love to hear about feature requests for the v3 API. Screenshots, example code or links to blog posts / other APIs are encouraged.
10+
11+
Please try and keep the requests sensible. We will only keep those we feel are within our abilities to add to Phaser, or that are a good fit for our API.
12+
13+
**[Optional] Do you want to help provide this feature?**
14+
15+
If you would like to get involved in helping build the feature, please let us know. We can then discuss implementation with you and the best way to approach it. Again, screenshots or mockups are really useful.

.github/no-response.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Configuration for no-response - https://github.com/probot/no-response
2+
3+
# Number of days of inactivity before an Issue is closed for lack of response
4+
daysUntilClose: 30
5+
# Label requiring a response
6+
# TODO: also close `needs-reproduction` issues (blocked by https://github.com/probot/no-response/issues/11)
7+
responseRequiredLabel: 🤷‍♂️ More info needed
8+
# Comment to post when closing an issue due to lack of response.
9+
closeComment: >
10+
Thank you for taking time to open this issue.
11+
12+
We haven’t gotten a response to our questions above. With the details currently given in the issue we don’t have enough information to take action.
13+
14+
So we’re going to close this issue. We can re-open it if you find the time to provide the information we need.

0 commit comments

Comments
 (0)