From ab2881f8e92bb51ac8fc189f6c753556e432833f Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Sat, 20 Dec 2025 13:45:39 +0100 Subject: [PATCH] Add version template for changelog and roadmap --- .github/ISSUE_TEMPLATE/version.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/version.md diff --git a/.github/ISSUE_TEMPLATE/version.md b/.github/ISSUE_TEMPLATE/version.md new file mode 100644 index 0000000..8496b3f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/version.md @@ -0,0 +1,25 @@ +# Freedom Loader - x.y.z + +## Changelog + +- List all changes made in this release (features, bug fixes, improvements) +- Use bullet points, keep it concise +- Example: + - `YT-DLP` Will now update when the application is launched + - Improved UI / UX + +## Bug Reports / Issues + +- Please report any bugs in the GitHub Issues section + +## Next Release Roadmap (non-exhaustive) + +- List upcoming features or improvements +- Example: + - More format options + - Subtitle support + - Language selection + - Parallel downloads + - Skip sponsored parts automatically + +**Full Changelog**: https://github.com/MasterAcnolo/Freedom-Loader/compare/[previous-version]...[new-version]