Skip to content

Commit

Permalink
Issue template updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Nov 21, 2018
1 parent 7af598d commit 2aedfb5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 12 deletions.
17 changes: 11 additions & 6 deletions .github/ISSUE_TEMPLATE/Bug.md
Original file line number Diff line number Diff line change
@@ -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)*
Original file line number Diff line number Diff line change
@@ -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)*
Original file line number Diff line number Diff line change
@@ -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)*

0 comments on commit 2aedfb5

Please sign in to comment.