Skip to content

Commit

Permalink
Add General issue template (#6314)
Browse files Browse the repository at this point in the history
* Add General issue template

* Update description

Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com>

* Remove title

Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com>

Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com>
  • Loading branch information
andersy005 and mathause committed Mar 2, 2022
1 parent f9037c4 commit 2ab9f36
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/misc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Issue
description: General Issue or discussion topic. For usage questions, please follow the "Usage question" link
labels: ["needs triage"]
body:
- type: markdown
attributes:
value: |
Please describe your issue here.
- type: textarea
id: issue-description
attributes:
label: What is your issue?
description: |
Thank you for filing an issue! Please give us further information on how we can help you.
placeholder: Please describe your issue.
validations:
required: true

0 comments on commit 2ab9f36

Please sign in to comment.