mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Feat: Templates for PR and Issues
This commit is contained in:
60
.github/PULL_REQUEST_TEMPLATE/contribution.md
vendored
Normal file
60
.github/PULL_REQUEST_TEMPLATE/contribution.md
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
## Description
|
||||
|
||||
Brief description of what this PR does.
|
||||
|
||||
## Related Issue
|
||||
|
||||
Fixes #(issue number)
|
||||
Closes #(issue number)
|
||||
Related to #(issue number)
|
||||
|
||||
## Type of Change
|
||||
|
||||
- [ ] Bug fix (non-breaking change which fixes an issue)
|
||||
- [ ] New feature (non-breaking change which adds functionality)
|
||||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
||||
- [ ] Code refactoring (no functional changes)
|
||||
- [ ] Documentation update
|
||||
- [ ] Performance improvement
|
||||
- [ ] UI/UX enhancement
|
||||
|
||||
## Changes Made
|
||||
|
||||
- Change 1
|
||||
- Change 2
|
||||
- Change 3
|
||||
|
||||
## Testing
|
||||
|
||||
- [ ] I have tested this code locally
|
||||
- [ ] I have tested with different download scenarios (video/audio, playlists)
|
||||
- [ ] I have checked the application logs for errors
|
||||
- [ ] I have verified the UI changes (if applicable)
|
||||
- [ ] I have tested on Windows 10 and/or Windows 11
|
||||
|
||||
## Screenshots (if applicable)
|
||||
|
||||
**Before:**
|
||||
|
||||
[Add screenshot]
|
||||
|
||||
**After:**
|
||||
|
||||
[Add screenshot]
|
||||
|
||||
## Checklist
|
||||
|
||||
- [ ] My code follows the project's code style
|
||||
- [ ] I have performed a self-review of my code
|
||||
- [ ] I have commented my code where necessary
|
||||
- [ ] I have updated the documentation (if applicable)
|
||||
- [ ] My changes generate no new warnings or errors
|
||||
- [ ] I have not modified the version number (this will be done during release)
|
||||
|
||||
## Additional Notes
|
||||
|
||||
Any additional information or context about the PR.
|
||||
|
||||
---
|
||||
|
||||
**Note for Maintainer:** This is a contribution PR and should NOT include version bumps.
|
||||
@@ -1,29 +0,0 @@
|
||||
## 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.
|
||||
10
.github/PULL_REQUEST_TEMPLATE/release.md
vendored
Normal file
10
.github/PULL_REQUEST_TEMPLATE/release.md
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# Freedom Loader - 1.X.Y
|
||||
|
||||
## Changelog
|
||||
|
||||
-
|
||||
|
||||
## Found a bug or issue?
|
||||
- Please report it in the GitHub Issues section
|
||||
|
||||
**Full Changelog**: https://github.com/MasterAcnolo/Freedom-Loader/compare/1.4.0...1.4.1
|
||||
25
.github/PULL_REQUEST_TEMPLATE/version.md
vendored
25
.github/PULL_REQUEST_TEMPLATE/version.md
vendored
@@ -1,25 +0,0 @@
|
||||
# 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]
|
||||
Reference in New Issue
Block a user