diff options
| author | 2019-12-12 14:23:43 +1000 | |
|---|---|---|
| committer | 2019-12-12 14:23:43 +1000 | |
| commit | 36af46c7167a41bbae73b92e152ea64d4d4a3b7e (patch) | |
| tree | 45ebc10bb9ce3d8b4b4e790bca024a00d1cc4bfd | |
| parent | Add issue template config. (diff) | |
Remove leftover automatically generated templates.
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report-template.md | 32 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.md | 28 |
2 files changed, 0 insertions, 60 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report-template.md b/.github/ISSUE_TEMPLATE/bug-report-template.md deleted file mode 100644 index 7d7ee339..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report-template.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Bug Report Template -about: A simple bug report template. -title: -labels: -assignees: - ---- - -## Description - -[provide a simple description of the bug] - -## Steps to Reproduce - -- [replace with a description of a step to reproduce the issue] -- [replace with a description of a step to reproduce the issue] -- [replace with a description of a step to reproduce the issue] - -## Expected Behavior -The expected behaviour is [provide a detailed description and, if necessary, screenshots]. - -## Actual Behavior -The actual behaviour is [provide a detailed description and, if necessary, screenshots]. - -## Environment -- Device Type: (e.g.: Desktop or Mobile) -- Operating System: (e.g.: Microsoft Windows or Ubuntu Linux) - - Version: (e.g.: 10 or 18.04) - -## Other -[provide any additional details that can be helpful] diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md deleted file mode 100644 index 7e85a1ab..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Feature Request -about: Issues for requesting new features on the bot. -title: '' -labels: 'status: planning, type: feature' -assignees: '' - ---- - -## Description -<!-- Describe the feature you'd like to see added --> - - -## Reasoning -<!-- Why would the feature be a useful addition to the community --> - - -## Proposed Implementation -<!-- If you had a way to implement the feature in mind, describe it here, including any command signatures and concept screenshots if possible --> - - -## Possible Issues -<!-- Outline any possible issues the feature might present --> - - -## Would you like to reserve implementing it? -- [ ] I'd like to implement the feature -- [ ] Anyone can implement the feature |