4source_favorites-obsidian-.../.github/pull_request_template.md
2025-08-16 22:24:35 +02:00

24 lines
1.1 KiB
Markdown

<!-- In the title above, provide a meaningful summary with [FIX] for bug fix and [FEAT] for new feature --->
## Describe your changes
<!-- Describe your changes in detail --->
## Related Issues
Fixes # <!-- Issue number --->
### Missing changes
<!-- Describe the changes what are missing which are describe in the Issue but are not implemented by this pull request --->
## Tests
### How has this been tested?
**OS:** <!-- e.g. Win10 --->
**Obsidian Version:** <!-- e.g. v1.5.1 --->
<!-- Please describe the tests that you ran to verify your changes and if there was successful or not. --->
## Checklist before requesting a review
- [<!-- x --> ] I have performed a self-review of my code
- [<!-- x --> ] I have commented my code, particularly in hard-to-understand areas
- [<!-- x --> ] I have made corresponding changes to the documentation
- [<!-- x --> ] I have tested my changes in Obsidian and describe how I tested in [Tests](#tests)
- [<!-- x --> ] My code fixes the feature discussed in [Related Issues](#related-issues) if not or not fully describe what is missing in [Missing changes](#missing-changes)