Skip to content

Commit b77b4ac

Browse files
committed
Add General issue template
1 parent 0f91f05 commit b77b4ac

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/ISSUE_TEMPLATE/misc.yml

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

0 commit comments

Comments
 (0)