diff --git a/.github/ISSUE_TEMPLATE/a---blank-issue.md b/.github/ISSUE_TEMPLATE/a---blank-issue.md index 40987a83..947cb6af 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 ad3dec67..de623004 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: '' ---