about summary refs log tree commit diff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2022-12-01 04:49:25 -0500
committerGitHub <noreply@github.com>2022-12-01 10:49:25 +0100
commit491ab8de89017d4dc223f98ae57bbdc23a6fd944 (patch)
tree6965784b22c9a89e79c13f6d63543a8ca29ecd15 /.github/ISSUE_TEMPLATE
parent68d1df8bc3b25f03f41af7cb06bc2ef6f0ed6ad5 (diff)
Fix GitHub form label type (#21833)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/1.bug_report.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/2.feature_request.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml
index cdd08d2b0..eb70896d7 100644
--- a/.github/ISSUE_TEMPLATE/1.bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml
@@ -1,6 +1,6 @@
 name: Bug Report
 description: If something isn't working as expected
-labels: bug
+labels: [bug]
 body:
   - type: markdown
     attributes:
diff --git a/.github/ISSUE_TEMPLATE/2.feature_request.yml b/.github/ISSUE_TEMPLATE/2.feature_request.yml
index 6626c2876..2cabcf61e 100644
--- a/.github/ISSUE_TEMPLATE/2.feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/2.feature_request.yml
@@ -1,6 +1,6 @@
 name: Feature Request
 description: I have a suggestion
-labels: suggestion
+labels: [suggestion]
 body:
   - type: markdown
     attributes: