-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Committer Guide
Note
This page is outdated. Go to the Pulsar Contribution guide
This guide is for committers and covers Pulsar guidelines for reviewing and merging code.
After all the tests pass, there should be a green merge button at the bottom of the pull request. Currently, only the "Squash and merge" option is available in the Pulsar project.
When the committer merges a pull request, please make sure to add necessary labels and milestones to the pull request.
Make sure that you have added area/
, type/
, component/
labels to the pull request. If the pull request is required to be ported to a branch for a minor release, add the minor release label release/x.y.z
. If the release label doesn't exist, please create one for it. If the pull request introduces a new feature and needs document, add doc-required
label.
For pull requests that are merged to master, they will be released in the next major release. Please add milestone
that represents next major release to the pull request.