aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-07-18 23:48:02 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-07-18 23:48:02 +0300
commit477b72ad33c29de097585ed415e1940cc25e2b34 (patch)
treee67b296ecbfdca5a0b5a1cec1062f02add0afd58 /CONTRIBUTING.md
parent5162203c7d31ad58fbd8eac838f48466151af389 (diff)
parent3728cbb62abf1027f6d7daaa7b3c08f15e1e8c79 (diff)
downloadPrismLauncher-477b72ad33c29de097585ed415e1940cc25e2b34.tar.gz
PrismLauncher-477b72ad33c29de097585ed415e1940cc25e2b34.tar.bz2
PrismLauncher-477b72ad33c29de097585ed415e1940cc25e2b34.zip
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into prism_export2
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4bca126f..b2795ce4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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.