From 3fb2175429f6d369711c311dff343812f8a378e3 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Wed, 8 Feb 2023 18:27:12 +0800 Subject: [PATCH] feat(meta): Improve issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/package-request.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 22e6e08fe2..6c3f4ddcaa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Report an issue with a package (or Terra itsself) -title: '' +title: '[BUG] ' labels: bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/package-request.md b/.github/ISSUE_TEMPLATE/package-request.md index 9841c9240e..ad87007abf 100644 --- a/.github/ISSUE_TEMPLATE/package-request.md +++ b/.github/ISSUE_TEMPLATE/package-request.md @@ -1,8 +1,8 @@ --- name: Package request about: Request a new package -title: "[Package Request] " -labels: enhancement +title: "[Request] " +labels: ["enhancement", "new"] assignees: '' ---