diff --git a/.github/ISSUE_TEMPLATE/misc.yml b/.github/ISSUE_TEMPLATE/misc.yml new file mode 100644 index 00000000000..94dd2d86567 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/misc.yml @@ -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