Skip to content

Commit

Permalink
Add General issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 committed Mar 1, 2022
1 parent 0f91f05 commit b77b4ac
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/misc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Issue
description: General Issue. For usage questions, please follow the "Usage question" link
title: '[MISC]: '
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 b77b4ac

Please sign in to comment.