mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Create pull request template
This commit is contained in:
parent
06663f3079
commit
a1579f625a
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
15
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<!--
|
||||||
|
Things to check before submitting a pull request:
|
||||||
|
* Label this PR with the correct semver label (if you have permission to do so).
|
||||||
|
- semver.patch: Backwards compatible bug fixes.
|
||||||
|
- semver.minor: Backwards compatible feature additions.
|
||||||
|
- semver.major: Breaking changes. This includes changing interfaces or configuration behaviour.
|
||||||
|
* Target the correct branch. Patch updates can target main, other changes should target the latest versions/* branch.
|
||||||
|
* Update the RELEASE_NOTES.md document in case of relevant feature or config changes.
|
||||||
|
-->
|
||||||
|
|
||||||
|
#### Related issues
|
||||||
|
<!-- Reference any relevant issues here. Closing keywords only have an effect when targeting the main branch. -->
|
||||||
|
|
||||||
|
#### Description
|
||||||
|
<!-- Describe the relevant changes in this PR. Also add notes that might be relevant for code reviewers. -->
|
Loading…
x
Reference in New Issue
Block a user