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 20, 2024
1 parent 4e93d38 commit b4b4218
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Bug Report
description: Create a report to help us improve.
title: "[Bug] "
labels:
- "bug"
- "pending"
- "type: bug"
- "resolution: unresolved"
- "status: pending"
body:
- type: markdown
attributes:
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Feature Request
description: Suggest an idea for this project.
title: "[Feature Request] "
labels:
- "enhancement"
- "pending"
- "type: enhancement"
- "resolution: unresolved"
- "status: pending"
body:
- type: markdown
attributes:
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Question
description: Anything you don't understand.
title: "[Question] "
labels:
- "question"
- "pending"
- "type: question"
- "resolution: unresolved"
- "status: pending"
body:
- type: markdown
attributes:
Expand Down

0 comments on commit b4b4218

Please sign in to comment.