mirror of
https://github.com/navidrome/navidrome.git
synced 2025-07-13 23:21:21 +03:00
Introduced a new pull request template to standardize contributions and improve clarity in the review process. This template includes sections for description, related issues, type of change, checklist, testing instructions, and additional notes. By providing a structured format, contributors can better communicate their changes and maintainers can more easily review submissions. Signed-off-by: Deluan <deluan@navidrome.org>
1.3 KiB
1.3 KiB
Description
Related Issues
Type of Change
- Bug fix
- New feature
- Documentation update
- Refactor
- Other (please describe):
Checklist
Please review and check all that apply:
- My code follows the project’s coding style
- I have tested the changes locally
- I have added or updated documentation as needed
- I have added tests that prove my fix/feature works (or explain why not)
- All existing and new tests pass