From a17bd2863c6cef9269016a8c4841866aff253c4b Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Thu, 30 May 2024 09:57:08 -0700 Subject: [PATCH] Add blank issue template --- .github/ISSUE_TEMPLATE/blank_issue.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/blank_issue.yaml diff --git a/.github/ISSUE_TEMPLATE/blank_issue.yaml b/.github/ISSUE_TEMPLATE/blank_issue.yaml new file mode 100644 index 0000000000..0e927e1a26 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank_issue.yaml @@ -0,0 +1,10 @@ +name: Blank issue +description: Create an issue that doesn't fit the other categories +labels: ["triage:needs-triage"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this issue! + Please make sure to provide all the relevant context in order to help us triage and track down your bug as quickly as possible. +