Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add General issue template #6314

Merged
merged 4 commits into from
Mar 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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