From fa3142fe1ef61cf01e5c8518f72badac599d90ec Mon Sep 17 00:00:00 2001 From: jedeen Date: Fri, 20 Jul 2018 00:34:32 -0500 Subject: [PATCH] Split issue templates into separate files (#1020) --- .github/CONTRIBUTING.md | 6 +---- .../bug_report.md} | 27 +++++++------------ .github/ISSUE_TEMPLATE/feature_request.md | 26 ++++++++++++++++++ 3 files changed, 36 insertions(+), 23 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug_report.md} (56%) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3a485b731..414c57279 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 56% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index e7ce4914b..c56ef2363 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,17 +1,21 @@ +--- +name: Bug Report +about: Something not working as expected? Tell us about it! +--- + - - + + ### Steps to Reproduce @@ -23,7 +27,7 @@ https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md#sug ### Environment - + - browsers and versions: - operating system: - Excalibur versions: @@ -31,16 +35,3 @@ https://github.com/excaliburjs/Excalibur/blob/master/.github/CONTRIBUTING.md#sug ### Current Workaround - - - - - - - -### Context - - -### Proposal - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..24af7c487 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,26 @@ +--- +name: Feature Request +about: Suggest a new feature or improvement +--- + + + + + + + + +### Context + + +### Proposal + +