4source_open-editors-obsidi.../.github/pull_request_template.md
2024-12-02 12:01:31 +01:00

14 lines
588 B
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 --->
## Checklist before requesting a review
- [ ] I have performed a self-review of my code
- [ ] My code follows the style guidelines of this project
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My code fixes the feature discussed in [Related Issues](#related-issues)