From f969da8006daeb3c9a571e64f480deffe77a4581 Mon Sep 17 00:00:00 2001 From: SuperDooper <37051355+superdooper86@users.noreply.github.com> Date: Fri, 8 May 2026 11:23:46 +0200 Subject: [PATCH] chore: add feature request issue template --- .github/ISSUE_TEMPLATE/feature_request.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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..3c9b22a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea or improvement +title: '' +labels: enhancement +assignees: '' +--- + +**What problem does this solve?** +A clear and concise description of the problem or limitation you're running into. + +**Describe the solution you'd like** +What you'd like to happen. + +**Alternatives considered** +Any other approaches you've thought about. + +**Screenshots or mockups** +If applicable, add visuals to help explain your idea. + +**Additional context** +Any other context here.