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.
|
||||
Reference in New Issue
Block a user