From 00378e11a668d4c26c0f6e0626dcebe5bee05d43 Mon Sep 17 00:00:00 2001 From: bradley wojcik Date: Wed, 15 Apr 2026 03:42:30 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..9cdf5ec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for spin +title: '' +labels: new +assignees: '' + +--- + +**Describe the problem** +A clear and concise description of what the problem is. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context/considerations** +Add any other context or screenshots about the feature request here.