Files
CommunitySolidServer/.github/PULL_REQUEST_TEMPLATE.md
Pieter Colpaert 48b29c5cc2 docs: Make pull request template more strict
* Made pull request template more strict

* Update PULL_REQUEST_TEMPLATE.md
2021-12-09 17:10:25 +01:00

1.0 KiB

✍️ Description

PR check list

Before this pull request can be merged, a core maintainer will check whether

  • this PR is labeled with the correct semver label
    • semver.patch: Backwards compatible bug fixes.
    • semver.minor: Backwards compatible feature additions.
    • semver.major: Breaking changes. This includes changing interfaces or configuration behaviour.
  • the correct branch is targeted. Patch updates can target main, other changes should target the latest versions/* branch.
  • the RELEASE_NOTES.md document in case of relevant feature or config changes.