Issue template updates

This commit is contained in:
Justin Dalrymple 2018-11-21 11:35:43 -05:00
parent 7af598d1c9
commit 2aedfb5b0f
3 changed files with 27 additions and 12 deletions

View File

@ -1,21 +1,26 @@
---
name: Bug
about: Create a bug report
---
Please make sure the new issue you are opening is not a duplicate, and **remove** this notice!
------
---
## Description
**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.)
## Steps to reproduce
**Steps to reproduce**
*(Tell us how to reproduce this issue. Please provide a working demo, you can use this template as a base)*
## Expected behaviour
**Expected behaviour**
*(What is supposed to happen?)*
## Actual behaviour
**Actual behaviour**
*(What happens instead?)*
## Possible fixes
**Possible fixes**
*(Any possible suggestions on how to fix this problem)*

View File

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

View File

@ -1,12 +1,17 @@
---
name: 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
**Description**
*(Brief description of the technical debt 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
**Possible solutions**
*(Any possible suggestions on how to improve this code)*