From cebc131ad525a076db7157eb811170ff9b3e003d Mon Sep 17 00:00:00 2001 From: Razvan Marescu Date: Fri, 17 Jan 2025 21:17:36 -0800 Subject: [PATCH] Add feature template --- .github/ISSUE_TEMPLATE/feature.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature.yml diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 00000000..563eda9a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,29 @@ +name: Feature request +description: Request a feature to make Shortest better +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: | + ### Thank you for taking the time to suggest a new feature! + - type: textarea + id: description + attributes: + label: What + description: Please provide a detailed explanation of the feature you'd like to see added. + validations: + required: true + - type: textarea + id: motivation + attributes: + label: Why + description: What is the motivation for this feature? How will it make Shortest better? + validations: + required: true + - type: textarea + id: example + attributes: + label: Example + description: Provide an example of how this feature would be used. + validations: + required: false