raboof commented on code in PR #2761: URL: https://github.com/apache/pekko/pull/2761#discussion_r2959537049
########## CONTRIBUTING.md: ########## @@ -14,11 +14,13 @@ If you have questions about the contribution process or discuss specific issues, Depending on which version (or sometimes module) you want to work on, you should target a specific branch as explained below: -* `main` – active development branch of Pekko +* `main` – active development branch of Pekko (2.0.x) * `1.0.x` – maintenance branch of Pekko 1.0 * `1.1.x` – maintenance branch of Pekko 1.1 * `1.2.x` – maintenance branch of Pekko 1.2 -* `1.3.x` – maintenance branch of Pekko 1.3 (unreleased but active development ongoing) +* there are other `1.N.x` branches for newer minor versions of Pekko + +Generally, PRs should start on the `main` branch and we can choose to backport them once merged there. Review Comment: 💯 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
