From 5d8c7cf5608d3de40bede9dff6816816fb354d7a Mon Sep 17 00:00:00 2001 From: Oth3r <68134921+Oth3r@users.noreply.github.com> Date: Sat, 3 May 2025 12:58:39 -0500 Subject: [PATCH] add feature request template --- .../feature_request_template.yml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request_template.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request_template.yml b/.github/ISSUE_TEMPLATE/feature_request_template.yml new file mode 100644 index 0000000..c1b507e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request_template.yml @@ -0,0 +1,26 @@ +name: Feature Request +description: Suggest a new feature for Sit! +title: '[Feature Request]: ' +body: + - type: textarea + id: description + attributes: + label: Description + description: A description of the problem or missing capability + validations: + required: true + - type: textarea + id: solution + attributes: + label: Describe a solution + description: If you have a solution in mind, please describe it. + - type: textarea + id: alternatives + attributes: + label: Describe alternatives + description: Have you considered any alternative solutions or workarounds? + - type: markdown + attributes: + value: >- + This template was generated with [Issue Forms + Creator](https://issue-forms-creator.netlify.app) \ No newline at end of file