From 41c280733effc74cc93b700ea12d1cf7a5f74ab7 Mon Sep 17 00:00:00 2001 From: Misko Date: Wed, 13 Nov 2024 22:05:32 +0000 Subject: [PATCH] inspired from QUACC add in misc intake form --- .github/ISSUE_TEMPLATE/misc.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/misc.yaml diff --git a/.github/ISSUE_TEMPLATE/misc.yaml b/.github/ISSUE_TEMPLATE/misc.yaml new file mode 100644 index 000000000..19849ac65 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/misc.yaml @@ -0,0 +1,10 @@ +name: Other +description: A report is not a bug exactly + +body: + - type: textarea + attributes: + label: What would you like to report? + description: A clear and concise description of what you would like to report. + validations: + required: true