Skip to content

Commit b6477b2

Browse files
authored
chore: create task.yml github issue template
1 parent 3933069 commit b6477b2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/ISSUE_TEMPLATE/task.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Task
2+
description: You are either one of the maintainers or have been explicitly asked to create an issue here. If not, please check the other available options.
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Thanks for your interest in Corsair!
8+
9+
Issues are used solely for task management. If you’d like to report a bug, request a feature, or ask for clarification, please start a conversation in [GitHub Discussions](https://github.com/esynr3z/corsair/discussions/categories/questions) instead.
10+
- type: checkboxes
11+
id: confirmation
12+
attributes:
13+
label: New Task
14+
description: Confirm that you are allowed to create an issue here.
15+
options:
16+
- label: I am one of the maintainers / I have been explicitly asked to create an issue here
17+
required: true
18+
- type: textarea
19+
id: content
20+
attributes:
21+
label: Task Content
22+
description: Add the content of the task here

0 commit comments

Comments
 (0)