From 945efb2059d0cd3e8480dbb94e094b42999f8044 Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Sat, 20 Dec 2025 13:46:00 +0100 Subject: [PATCH] Add feature issue template for improved feature requests --- .github/ISSUE_TEMPLATE/feature.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature.md diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 0000000..c0e01d0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,29 @@ +## Description + +Describe the feature or improvement you are adding. +Include why it's useful and what problem it solves. + +## Type of Change + +- [ ] New feature +- [ ] Improvement / Refactor +- [ ] Documentation update + +## Checklist + +- [ ] Code tested locally +- [ ] No linting errors +- [ ] Added or updated tests if relevant +- [ ] Updated documentation if relevant + +## Verification Steps + +Explain how reviewers can test the new feature or improvement. + +## App Version + +State the version of Freedom Loader you are targeting. + +## Notes / Additional Info + +Any context, screenshots, or logs that can help reviewing the PR.