From bce2004de5d7a6af23bba2c5aaa05eb0b3c03507 Mon Sep 17 00:00:00 2001 From: Bonnie Wolfe <37763229+ExperimentsInHonesty@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:33:59 -0700 Subject: [PATCH] Update issue templates Updated the blank issue template to add missing labels and the bug template to add bug --- .github/ISSUE_TEMPLATE/a---blank-issue.md | 2 +- .github/ISSUE_TEMPLATE/a---bug-report.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/a---blank-issue.md b/.github/ISSUE_TEMPLATE/a---blank-issue.md index 40987a83f..947cb6af2 100644 --- a/.github/ISSUE_TEMPLATE/a---blank-issue.md +++ b/.github/ISSUE_TEMPLATE/a---blank-issue.md @@ -2,7 +2,7 @@ name: A - Blank Issue about: Consistent formatting make Issues concise and easy to navigate title: '' -labels: '' +labels: 'Missing: Feature, Missing: Milestone, Missing: Role, Missing: Size' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/a---bug-report.md b/.github/ISSUE_TEMPLATE/a---bug-report.md index ad3dec674..de6230040 100644 --- a/.github/ISSUE_TEMPLATE/a---bug-report.md +++ b/.github/ISSUE_TEMPLATE/a---bug-report.md @@ -2,7 +2,7 @@ name: A - Bug report about: Create a report to help us improve title: 'Bug: ' -labels: '' +labels: 'Release Note: Bug' assignees: '' ---