Modify label names in ISSUE templates. (#1431)

pull/1432/head
yanrongzhen 10 months ago committed by GitHub
parent 57dfc54e6e
commit e7ce9a5aab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@
name: Bug report
title: "[Bug] Bug title "
description: If something isn't working as expected.
labels: [ "bug" ]
labels: [ "type: bug" ]
body:
- type: markdown
attributes:

@ -18,7 +18,7 @@
name: Documentation Related
title: "[Doc] Documentation Related "
description: I find some issues related to the documentation.
labels: [ "documentation" ]
labels: [ "type: documentation" ]
body:
- type: markdown
attributes:

@ -18,7 +18,7 @@
name: Enhancement Request
title: "[Enhancement] Enhancement title"
description: I want to suggest an enhancement for this project
labels: [ "enhancement" ]
labels: [ "type: enhancement" ]
body:
- type: markdown
attributes:

@ -18,7 +18,7 @@
name: Feature Request
title: "[Feature] Feature title "
description: I want to suggest a feature for this project.
labels: [ "feature" ]
labels: [ "type: feature" ]
body:
- type: markdown
attributes:

@ -18,7 +18,7 @@
name: Question
title: "[Question] Question title "
description: I have a question that isn't answered in docs or issue.
labels: [ "question" ]
labels: [ "type: question" ]
body:
- type: markdown
attributes:

@ -18,7 +18,7 @@
name: Unit Test
title: "[Unit Test] Unit test title"
description: I want to do some unit tests for this project
labels: [ "testing" ]
labels: [ "type: testing" ]
body:
- type: markdown
attributes:

Loading…
Cancel
Save