mirror of
https://github.com/navidrome/navidrome.git
synced 2025-07-16 16:41:16 +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>
38 lines
1.3 KiB
Markdown
38 lines
1.3 KiB
Markdown
### Description
|
||
<!-- Please provide a clear and concise description of what this PR does and why it is needed. -->
|
||
|
||
### Related Issues
|
||
<!-- List any related issues, e.g., "Fixes #123" or "Related to #456". -->
|
||
|
||
### 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
|
||
|
||
### How to Test
|
||
<!-- Describe the steps to test your changes. Include setup, commands, and expected results. -->
|
||
|
||
### Screenshots / Demos (if applicable)
|
||
<!-- Add screenshots, GIFs, or links to demos if your change includes UI updates or visual changes. -->
|
||
|
||
### Additional Notes
|
||
<!-- Anything else the maintainer should know? Potential side effects, breaking changes, or areas of concern? -->
|
||
|
||
<!--
|
||
**Tips for Contributors:**
|
||
- Be concise but thorough.
|
||
- If your PR is large, consider breaking it into smaller PRs.
|
||
- Tag the maintainer if you need a prompt review.
|
||
- Avoid force pushing to the branch after opening the PR, as it can complicate the review process.
|
||
--> |