chore(templates): Updating github templates

This commit is contained in:
Justin 2019-05-25 17:10:14 -04:00
parent fed5df1fdb
commit 436c952567
3 changed files with 17 additions and 21 deletions

View File

@ -3,24 +3,24 @@ name: Bug
about: Create a bug report
---
Please make sure the new issue you are opening is not a duplicate, and **remove** this notice!
---
<!-- Please make sure the new issue you are opening is not a duplicate, and **remove** this notice! -->
**Description**
*(Brief description of your issue here)*
<!-- *(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.)
logs, and code as it's very hard to read otherwise.) -->
**Steps to reproduce**
*(Tell us how to reproduce this issue. Please provide a working demo, you can use this template as a base)*
<!-- *(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?)*
<!-- *(What is supposed to happen?)* -->
**Actual behaviour**
*(What happens instead?)*
<!-- *(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

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

View File

@ -3,15 +3,13 @@ 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!
---
<!-- Please make sure the new issue you are opening is not a duplicate, and **remove** this notice! -->
**Description**
*(Brief description of the technical debt here)*
<!-- *(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.)*
(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)*
<!-- *(Any possible suggestions on how to improve this code)* -->