Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Dec 10, 2024
1 parent 4442ddf commit b34b035
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug report
description: Create a bug report
title: "[Bug]: "
title: "[Bug] "
labels:
- bug
assignees:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
description: Suggest a new feature for this project.
title: "[Feature]: "
title: "[Feature] "
labels:
- enhancement
assignees:
Expand Down
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Question
description: Ask a question.
title: "[Question] "
labels:
- question
assignees:
- thomasleplus
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this feature request!
- type: textarea
attributes:
label: What is your question?
description: Please include as many details and examples as possible.
render: markdown
validations:
required: true

0 comments on commit b34b035

Please sign in to comment.