From fe681fc57aec50a87161ef1075d6fe7fabc524b6 Mon Sep 17 00:00:00 2001 From: Ember Date: Wed, 2 Oct 2024 02:11:02 +0000 Subject: [PATCH] Add .github/ISSUE_TEMPLATE/4.misc.yml --- .github/ISSUE_TEMPLATE/4.misc.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/4.misc.yml diff --git a/.github/ISSUE_TEMPLATE/4.misc.yml b/.github/ISSUE_TEMPLATE/4.misc.yml new file mode 100644 index 00000000000000..175deaef0e0617 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4.misc.yml @@ -0,0 +1,21 @@ +name: Misc +labels: [suggestion] +body: + - type: markdown + attributes: + value: | + Please use a concise and distinct title for the issue. + + Consider: Could you nerdsnipe someone upstream instead? + - type: textarea + attributes: + label: Pitch or whatever + description: Describe your thought. If it has already been suggested/implemented/turned down before, please link to where. + validations: + required: true + - type: textarea + attributes: + label: Motivation + description: Why do you think this feature is needed? Who would benefit from it? + validations: + required: false