chore: Modify title and labels

This commit is contained in:
Rubu Jam 2024-07-12 14:52:07 +00:00 committed by GitHub
parent 30ca2117bb
commit a0290b0c1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
name: '🐛 Bug Report' name: '🐛 Bug Report'
description: 'Report an bug' description: 'Report an bug'
title: '[Bug] ' title: '[Bug] '
labels: ['🐛 Bug'] labels: ['bug']
body: body:
- type: dropdown - type: dropdown
attributes: attributes:

View File

@ -1,7 +1,7 @@
name: '🐛 反馈缺陷' name: '🐛 反馈缺陷'
description: '反馈一个问题/缺陷' description: '反馈一个问题/缺陷'
title: '[Bug] ' title: '[Bug] '
labels: ['🐛 Bug'] labels: ['bug']
body: body:
- type: dropdown - type: dropdown
attributes: attributes:

View File

@ -1,7 +1,7 @@
name: '🌠 Feature Request' name: '🌠 Feature Request'
description: 'Suggest an idea' description: 'Suggest an idea'
title: '[Request] ' title: '[Feature Request] '
labels: ['🌠 Feature Request'] labels: ['enhancement']
body: body:
- type: textarea - type: textarea
attributes: attributes:

View File

@ -1,7 +1,7 @@
name: '🌠 功能需求' name: '🌠 功能需求'
description: '提出需求或建议' description: '提出需求或建议'
title: '[Request] ' title: '[Feature Request] '
labels: ['🌠 Feature Request'] labels: ['enhancement']
body: body:
- type: textarea - type: textarea
attributes: attributes: