PR: add pull request template

This commit is contained in:
Johannes Kirschbauer
2025-10-08 11:57:40 +02:00
parent 4de052e58b
commit 0390d5999d
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
## Description of the change
<!-- Brief summary of the change if not already clear from the title -->
## Checklist
- [ ] Updated Documentation
- [ ] Added tests
- [ ] Doesn't affect backwards compatibility - or check the next points
- [ ] Add the breaking change and migration details to docs/release-notes.md
- !!! Review from another person is required *BEFORE* merge !!!
- [ ] Add introduction of major feature to docs/release-notes.md

9
docs/release-notes.md Normal file
View File

@@ -0,0 +1,9 @@
# clan-core release notes 25.11
<!-- This is not rendered yet -->
## New features
## Breaking Changes
## Misc