Skip to content

Commit 2ab9f36

Browse files
andersy005mathause
andauthored
Add General issue template (#6314)
* Add General issue template * Update description Co-authored-by: Mathias Hauser <[email protected]> * Remove title Co-authored-by: Mathias Hauser <[email protected]> Co-authored-by: Mathias Hauser <[email protected]>
1 parent f9037c4 commit 2ab9f36

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/ISSUE_TEMPLATE/misc.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Issue
2+
description: General Issue or discussion topic. For usage questions, please follow the "Usage question" link
3+
labels: ["needs triage"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Please describe your issue here.
9+
- type: textarea
10+
id: issue-description
11+
attributes:
12+
label: What is your issue?
13+
description: |
14+
Thank you for filing an issue! Please give us further information on how we can help you.
15+
placeholder: Please describe your issue.
16+
validations:
17+
required: true

0 commit comments

Comments
 (0)