chore: update the label name in the issue template (#1893)

This commit is contained in:
Misite Bao 2022-09-24 09:50:57 +08:00 committed by Lea Anthony
commit 022fd9afff
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
name: Bug Report
description: Create a report to help us improve
# title: ""
labels: ["bug"]
labels: ["Bug"]
body:
- type: markdown

View file

@ -1,7 +1,7 @@
name: Documentation
description: Report an issue related to documentation.
# title: ""
labels: ["documentation"]
labels: ["Documentation"]
body:
- type: markdown

View file

@ -1,7 +1,7 @@
name: Feature request
description: Suggest an idea for this project
# title: ""
labels: ["enhancement"]
labels: ["Enhancement"]
body:
- type: markdown