diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 24eb84c532..21596e384f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,8 @@ --- name: Bug report about: Create a report to help us improve -title: '' -labels: 't/bug :bug:' +title: "[Bug] " +labels: t/bug :bug:, s/unverified assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 36b79dc24e..8a34cd9c20 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: "[Enhancement] YOUR IDEA!" -labels: t/enhancement ➕ +labels: t/enhancement ➕, proposal-open assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/forms-previewer-bug-report.md b/.github/ISSUE_TEMPLATE/forms-previewer-bug-report.md index b5e3d98504..362b9dcd96 100644 --- a/.github/ISSUE_TEMPLATE/forms-previewer-bug-report.md +++ b/.github/ISSUE_TEMPLATE/forms-previewer-bug-report.md @@ -2,7 +2,7 @@ name: Forms Previewer Bug report about: Having a problem with the Previewer? Report it here! title: '' -labels: forms-previewer +labels: forms-previewer, s/unverified assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/spec.md b/.github/ISSUE_TEMPLATE/spec.md index 91d3ab0db6..84f52eb591 100644 --- a/.github/ISSUE_TEMPLATE/spec.md +++ b/.github/ISSUE_TEMPLATE/spec.md @@ -1,8 +1,8 @@ --- name: Spec about: An official specification for enhancements -title: '' -labels: '' +title: "[Spec] " +labels: t/enhancement ➕, proposal-open assignees: '' ---