Browse Source

Fix GitHub form label type (#21833)

closed-social-glitch-2
Nick Schonning 1 year ago
committed by GitHub
parent
commit
491ab8de89
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .github/ISSUE_TEMPLATE/1.bug_report.yml
  2. +1
    -1
      .github/ISSUE_TEMPLATE/2.feature_request.yml

+ 1
- 1
.github/ISSUE_TEMPLATE/1.bug_report.yml View File

@ -1,6 +1,6 @@
name: Bug Report
description: If something isn't working as expected
labels: bug
labels: [bug]
body:
- type: markdown
attributes:

+ 1
- 1
.github/ISSUE_TEMPLATE/2.feature_request.yml View File

@ -1,6 +1,6 @@
name: Feature Request
description: I have a suggestion
labels: suggestion
labels: [suggestion]
body:
- type: markdown
attributes:

Loading…
Cancel
Save