diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..e96327d8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: + +**Expected behavior** +A clear and concise description of what you expected to happen. + + +**Environment (please complete the following information):** + - OS: [e.g. macOS] + - Version [e.g. 11.1] + - Device [e.g. Keyboardio Model 01] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/design-change.md b/.github/ISSUE_TEMPLATE/design-change.md deleted file mode 100644 index a58aaaec..00000000 --- a/.github/ISSUE_TEMPLATE/design-change.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Design change -about: What do you want to change? -title: '' -labels: design-change -assignees: '' - ---- - -Larger than a feature request, this type of issue is for describing a proposed change to how Kaleidoscope works, in advance of a draft PR. - -What do you want to change? - -How will it make Kaleidoscope better? - -What trouble might users have in adapting to the new functionality? - -What trouble might developers have in adapting to the new functionality?