progval commented on code in PR #6067: URL: https://github.com/apache/arrow-rs/pull/6067#discussion_r1681677638
########## CONTRIBUTING.md: ########## @@ -128,14 +128,35 @@ cargo +stable fmt --all -- --check ## Breaking Changes -Our [release schedule] allows breaking API changes only in major releases. -This means that if your PR has a breaking API change, it should be marked as -`api-change` and it will not be merged until development opens for the next -major release. See [this ticket] for details. +Our [release schedule] allows breaking API changes only in major releases. This +means that if your PR has a breaking API change, it should be marked with the +labels: `api-change` and `next-major-release` and it will not be merged to +`master` until development opens for the next major release. See [this ticket] for +details. Review Comment: I don't think contributors can set labels. You'll need to configure a bot to set the label based on the target branch. -- 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]
