Skip to content

Commit

Permalink
[ci skip]Update issue template
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrix-Shen <[email protected]>
  • Loading branch information
Hendrix-Shen committed Jul 14, 2024
1 parent c482355 commit 837b944
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Bug Report
description: Create a report to help us improve.
title: "[Bug] "
labels: ["bug"]
labels:
- "type: bug"
- "resolution: unresolved"
- "status: pending"
body:
- type: markdown
attributes:
Expand Down
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Feature Request
description: Suggest an idea for this project.
title: "[Feature Request] "
labels: ["enhancement"]
labels:
- "type: enhancement"
- "resolution: unresolved"
- "status: pending"
body:
- type: markdown
attributes:
Expand Down
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Question
description: Anything you don't understand.
title: "[Question] "
labels: ["question"]
labels:
- "type: question"
- "resolution: unresolved"
- "status: pending"
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 837b944

Please sign in to comment.