diff --git a/.github/ISSUE_TEMPLATE/Bug.md b/.github/ISSUE_TEMPLATE/bug.md similarity index 97% rename from .github/ISSUE_TEMPLATE/Bug.md rename to .github/ISSUE_TEMPLATE/bug.md index 9c11bed6..332e6033 100644 --- a/.github/ISSUE_TEMPLATE/Bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -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.) --> **Expected behaviour** + **Actual behaviour** + **Possible fixes** - \ No newline at end of file + + diff --git a/.github/ISSUE_TEMPLATE/feature_proposal.md b/.github/ISSUE_TEMPLATE/feature_proposal.md index d8beccd0..45fe88ff 100644 --- a/.github/ISSUE_TEMPLATE/feature_proposal.md +++ b/.github/ISSUE_TEMPLATE/feature_proposal.md @@ -1,12 +1,15 @@ --- name: Feature Proposal +labels: feature about: Suggest an idea --- **Description** + **Proposal** + diff --git a/.github/ISSUE_TEMPLATE/technical_debt.md b/.github/ISSUE_TEMPLATE/technical_debt.md index fff924f6..f551fcdd 100644 --- a/.github/ISSUE_TEMPLATE/technical_debt.md +++ b/.github/ISSUE_TEMPLATE/technical_debt.md @@ -1,15 +1,18 @@ --- name: Technical Debt +labels: 'technical debt' about: Suggest an improvement to the codebase --- **Description** + **Possible solutions** +