From 2ab9f36641a8a0248df0497aadd59246586b65ea Mon Sep 17 00:00:00 2001 From: Anderson Banihirwe Date: Wed, 2 Mar 2022 06:56:25 -0700 Subject: [PATCH] Add General issue template (#6314) * Add General issue template * Update description Co-authored-by: Mathias Hauser * Remove title Co-authored-by: Mathias Hauser Co-authored-by: Mathias Hauser --- .github/ISSUE_TEMPLATE/misc.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/misc.yml 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