Skip to content

Commit

Permalink
Split issue templates into separate files (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeen authored Jul 20, 2018
1 parent 4f8569e commit fa3142f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 23 deletions.
6 changes: 1 addition & 5 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,8 @@ Before reporting a bug, please perform the following troubleshooting steps:
4. Try different browsers
- The problem you’re seeing may only appear in certain browsers or mobile devices. If you can, please try several different browsers/platforms to see if the issue persists.

When you submit an issue, a markdown template will automatically populate the editor window. Remove the “Other Issues Template” and fill out the “Bug Template”. We’ve included helpful hints for filling out the bug report in the template.

## Suggesting Improvements
If you have an idea for a new feature, or an improvement to existing functionality, use the “Other Issues” Template. We’ve included helpful hints for filling out the issue in the template.

Please look through our [backlog][issues] to see if your improvement has already been suggested. If you find an existing issue for the improvement, feel free to provide additional thoughts as a comment on the existing issue.
Please do a quick search through our [backlog][issues] to see if your improvement has already been suggested. If so, feel free to provide additional comments or thoughts on the existing issue.

## Submitting Changes

Expand Down
27 changes: 9 additions & 18 deletions .github/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
---
name: Bug Report
about: Something not working as expected? Tell us about it!
---

<!-- ::: IMPORTANT NOTE :::
Hi, this is the Excalibur development team. Please take a moment to read the instructions below:
Please ask any questions you have in our forum: https://groups.google.com/forum/#!forum/excaliburjs
Please do not file a Github issue until you've read through and understand the contributing guidelines. If you're not sure if you should submit an issue, ask your question in the forum linked above.
Please wait to file a Github issue until after you've read through and understand the contributing guidelines. If you're not sure if you should submit an issue, ask your question in the forum linked above.
https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md#reporting-bugs
https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md#suggesting-improvements
-->

<!-- BUG TEMPLATE-->
<!-- If you are submitting a bug, fill out this template and delete the one below it -->
<!-- Please follow the format below to make it easier for us to help you -->
<!-- Add relevant pictures/gifs as appropriate -->

### Steps to Reproduce
<!-- Detailed steps for reproducing the problem -->
<!-- If possible, please include a self-contained code snippet that demonstrates the problem -->
Expand All @@ -23,24 +27,11 @@ https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md#sug
<!-- What happened instead -->

### Environment
<!-- Please fill out all of these fields -->
<!-- Please fill out these fields -->
- browsers and versions: <!-- e.x. Chrome (50.0.2883.87), Firefox (50.1.0), Edge (38.14393.0.0), etc. -->
- operating system: <!-- What OS are you using? -->
- Excalibur versions: <!-- which version(s) of Excalibur contain the bug?-->
- (anything else that may be relevant) <!-- Are there versions of Excalibur that don't contain the bug?, etc. -->

### Current Workaround
<!-- If you have determined a workaround for this issue, please detail it here -->


<!---------------------------------------->

<!-- OTHER ISSUES TEMPLATE -->
<!-- If you are submitting any other type of issue, use this template and delete the one above it -->

### Context
<!-- Explain the background information for this issue -->

### Proposal
<!-- Your idea for the new feature, improvement, etc. -->
<!-- If you have any ideas for implementation or next steps, add those also -->
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Feature Request
about: Suggest a new feature or improvement
---

<!-- ::: IMPORTANT NOTE :::
Hi, this is the Excalibur development team. Please take a moment to read the instructions below:
Please ask any questions you have in our forum: https://groups.google.com/forum/#!forum/excaliburjs
Please wait to file a Github issue until after you've read through and understand the contributing guidelines. If you're not sure if you should submit an issue, ask your question in the forum linked above.
https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md#suggesting-improvements
-->

<!-- Please do a quick search through our [backlog][issues] to see if your improvement has already been suggested. If so, feel free to provide additional comments or thoughts on the existing issue. -->

<!-- Please follow the format below to make it easier for us to help you -->
<!-- Add relevant pictures/gifs as appropriate -->

### Context
<!-- Explain the background information for this request -->

### Proposal
<!-- Your idea for the new feature, improvement, etc. -->
<!-- If you have any ideas for implementation or next steps, add those here -->

0 comments on commit fa3142f

Please sign in to comment.