diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6be59e2c8a..24eb84c532 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,9 @@ --- name: Bug report about: Create a report to help us improve +title: '' +labels: 't/bug :bug:' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 280752086c..7a328161fd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,9 @@ --- name: Feature request about: Suggest an idea for this project +title: '' +labels: t/enhancement ➕ +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/spec.md b/.github/ISSUE_TEMPLATE/spec.md index 404625e600..91d3ab0db6 100644 --- a/.github/ISSUE_TEMPLATE/spec.md +++ b/.github/ISSUE_TEMPLATE/spec.md @@ -1,6 +1,9 @@ --- name: Spec about: An official specification for enhancements +title: '' +labels: '' +assignees: '' ---