From 7edd4a26f2e29fa0060491b510ba7c67c490bba1 Mon Sep 17 00:00:00 2001 From: scragly <29337040+scragly@users.noreply.github.com> Date: Thu, 12 Dec 2019 14:17:03 +1000 Subject: Refine Github Templates --- .github/ISSUE_TEMPLATE/bug-report-template.md | 3 +++ .github/ISSUE_TEMPLATE/bug-report.md | 34 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-enhancement.md | 32 +++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 28 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 19 --------------- .github/ISSUE_TEMPLATE/new-feature.md | 32 +++++++++++++++++++++++++ 6 files changed, 129 insertions(+), 19 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/new-feature.md diff --git a/.github/ISSUE_TEMPLATE/bug-report-template.md b/.github/ISSUE_TEMPLATE/bug-report-template.md index 6c03fc5a..7d7ee339 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-template.md +++ b/.github/ISSUE_TEMPLATE/bug-report-template.md @@ -1,6 +1,9 @@ --- name: Bug Report Template about: A simple bug report template. +title: +labels: +assignees: --- diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..ad15530b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,34 @@ +--- +name: Bug Report +about: Issues for reporting bugs with the bot. +title: '' +labels: 'type: bug' +assignees: '' + +--- + +## Description + + + +## Steps to Reproduce + + + +## Expected Behavior + + + +## Actual Behavior + + + +## Known Impacted Platforms + +- [ ] Web +- [ ] Desktop +- [ ] Android App +- [ ] iOS App + +## Additional Details + diff --git a/.github/ISSUE_TEMPLATE/feature-enhancement.md b/.github/ISSUE_TEMPLATE/feature-enhancement.md new file mode 100644 index 00000000..2d48043b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-enhancement.md @@ -0,0 +1,32 @@ +--- +name: Feature Enhancement +about: Issues that build on or change an existing feature of the bot. +title: '' +labels: 'status: planning, type: enhancement' +assignees: '' + +--- + +## Description + + + +## Reasoning + + + +## Proposed Implementation + + + +## Possible Alternatives + + + +## Possible Issues + + + +## Would you like to reserve implementing it? +- [ ] I'd like to implement the enhancement +- [ ] Anyone can implement the enhancement diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..7e85a1ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,28 @@ +--- +name: Feature Request +about: Issues for requesting new features on the bot. +title: '' +labels: 'status: planning, type: feature' +assignees: '' + +--- + +## Description + + + +## Reasoning + + + +## Proposed Implementation + + + +## Possible Issues + + + +## Would you like to reserve implementing it? +- [ ] I'd like to implement the feature +- [ ] Anyone can implement the feature diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 04d31a5d..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Feature request -about: A simple feature request template. - ---- - -Provide a simple description of how the feature would work. This should not include technical details, but should instead be a high level description of how the user experience would be when you used this feature. - -## Implementation details - -List the changes required for the implementation here. - -- [ ] Write the bot command -- [ ] Add the command to our README.md -- [ ] etc. - -## Additional information - -Provide any additional information or clarifications here. diff --git a/.github/ISSUE_TEMPLATE/new-feature.md b/.github/ISSUE_TEMPLATE/new-feature.md new file mode 100644 index 00000000..0fe933fc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-feature.md @@ -0,0 +1,32 @@ +--- +name: New Feature +about: Issues for requesting new features on the bot. +title: '' +labels: 'status: planning, type: feature' +assignees: '' + +--- + +## Description + + + +## Reasoning + + + +## Proposed Implementation + + + +## Possible Alternatives + + + +## Possible Issues + + + +## Would you like to reserve implementing it? +- [ ] I'd like to implement the feature +- [ ] Anyone can implement the feature -- cgit v1.2.3