From eade2355dae3681732b5e9fe27b4c89ed6a3af04 Mon Sep 17 00:00:00 2001 From: Samantha Houts Date: Tue, 9 Apr 2019 10:31:33 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/forms-previewer-bug-report.md | 2 +- .github/ISSUE_TEMPLATE/spec.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 24eb84c..21596e3 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 36b79dc..8a34cd9 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 b5e3d98..362b9dc 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 91d3ab0..84f52eb 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: '' --- -- 2.7.4