mirror of
https://github.com/langgenius/dify.git
synced 2026-09-08 11:04:27 +08:00
chore: use emoji issue labels
This commit is contained in:
parent
5355edefe3
commit
f5c14295b4
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: '🕷️ Bug report'
|
name: '🕷️ Bug report'
|
||||||
description: Report errors or unexpected behavior
|
description: Report errors or unexpected behavior
|
||||||
labels:
|
labels:
|
||||||
- bug
|
- 🐞 bug
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: '⭐ Feature or enhancement request'
|
name: '⭐ Feature or enhancement request'
|
||||||
description: Propose something new.
|
description: Propose something new.
|
||||||
labels:
|
labels:
|
||||||
- enhancement
|
- 💪 enhancement
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user