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: '' ---