chore(docs): add backporting info to CONTRIBUTING.md

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2023-07-16 17:28:14 -04:00
parent 5e0df9b696
commit ed2f680202
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -61,3 +61,10 @@ As a bonus, you can also [cryptographically sign your commits][gh-signing-commit
[gh-signing-commits]: https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits
[gh-vigilant-mode]: https://docs.github.com/en/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits
## Backporting to Release Branches
We use [automated backports](https://github.com/PrismLauncher/PrismLauncher/blob/develop/.github/workflows/backport.yml) to merge specific contributions from develop into `release` branches.
This is done when pull requests are merged and have labels such as `backport release-7.x` - which should be added along with the milestone for the release.