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 name: Bug report
title: "[Bug] Bug title " title: "[Bug] Bug title "
description: If something isn't working as expected. description: If something isn't working as expected.
labels: [ "bug" ] labels: [ "type: bug" ]
body: body:
- type: markdown - type: markdown
attributes: attributes:

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

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

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

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

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

Loading…
Cancel
Save