Skip to content

Commit

Permalink
chore: update labels in bug report template (#221)
Browse files Browse the repository at this point in the history
* chore: update labels in bug report template

* chore: update label in feature template

* chore: update label for new sources
  • Loading branch information
MaikoTan authored Mar 29, 2024
1 parent 714a1cf commit 0b452ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bug Report
description: 提交错误报告
title: 'Bug: '
labels:
- bug
- ':bug: bug'
body:
- type: textarea
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Feature Request
description: 提交功能请求
title: 'Feature: '
labels:
- feature
- ':cake: feature'
body:
- type: dropdown
id: sources
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: New Source Request
description: 添加新图源支持请求
title: 'Feature: New Source'
labels:
- feature
- ':watermelon: new source'
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 0b452ad

Please sign in to comment.