Updating github issue templates [skip ci]

This commit is contained in:
Justin 2021-02-08 19:53:43 -05:00
parent 0f1ee7324e
commit 2707fd1863
3 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,6 @@
---
name: Bug
labels: bug
about: Create a bug report
---
@ -17,10 +18,13 @@ logs, and code as it's very hard to read otherwise.) -->
<!-- *(Tell us how to reproduce this issue. Please provide a working demo, you can use this template as a base)* -->
**Expected behaviour**
<!-- *(What is supposed to happen?)* -->
**Actual behaviour**
<!-- *(What happens instead?)* -->
**Possible fixes**
<!-- *(Any possible suggestions on how to fix this problem)* -->
<!-- *(Any possible suggestions on how to fix this problem)* -->

View File

@ -1,12 +1,15 @@
---
name: Feature Proposal
labels: feature
about: Suggest an idea
---
<!-- Please make sure the new issue you are opening is not a duplicate, and **remove** this notice! -->
**Description**
<!-- *(Brief description of the feature)* -->
**Proposal**
<!-- *(Outline how you plan to implement this feature if you have one)* -->

View File

@ -1,15 +1,18 @@
---
name: Technical Debt
labels: 'technical debt'
about: Suggest an improvement to the codebase
---
<!-- Please make sure the new issue you are opening is not a duplicate, and **remove** this notice! -->
**Description**
<!-- *(Brief description of your issue here)*
(Paste any relevant logs - please use code blocks (```) to format console output,
logs, and code as it's very hard to read otherwise.) -->
**Possible solutions**
<!-- *(Any possible suggestions on how to improve this code)* -->