From 045fe81af3708cfba3d845123a3829f7304b6f2a Mon Sep 17 00:00:00 2001 From: ClementTsang <34804052+ClementTsang@users.noreply.github.com> Date: Mon, 24 Oct 2022 18:51:00 -0400 Subject: [PATCH] github: fix some issue template tags/titles --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- .github/ISSUE_TEMPLATE/packaging.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4a77ad42..1b1647d8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug report description: Found something wrong or broken? If it hasn't already been filed/solved, report it! -title: "[Bug]: " +title: "[Bug] " labels: ["bug"] body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 27adb20b..60602074 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,8 +1,8 @@ --- name: Feature request about: Got a good idea that hasn't already been suggested? Mention it here! -title: "" -labels: "feature" +title: "[Feature] " +labels: ["feature"] assignees: "" --- diff --git a/.github/ISSUE_TEMPLATE/packaging.yml b/.github/ISSUE_TEMPLATE/packaging.yml index badb0493..a81bc001 100644 --- a/.github/ISSUE_TEMPLATE/packaging.yml +++ b/.github/ISSUE_TEMPLATE/packaging.yml @@ -1,6 +1,6 @@ name: Packaging description: For issues, questions, or requests regarding packaging or distribution. -title: "[Packaging]: " +title: "[Packaging] " labels: ["packaging"] body: - type: markdown