From 2707fd18638871fc0ee6054e2ec8c23075df2d7b Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 8 Feb 2021 19:53:43 -0500 Subject: [PATCH] Updating github issue templates [skip ci] --- .github/ISSUE_TEMPLATE/{Bug.md => bug.md} | 6 +++++- .github/ISSUE_TEMPLATE/feature_proposal.md | 3 +++ .github/ISSUE_TEMPLATE/technical_debt.md | 3 +++ 3 files changed, 11 insertions(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{Bug.md => bug.md} (97%) 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** +