This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new 4593454 Created Committer Guide (markdown)
4593454 is described below
commit 4593454892091bcf2751574dc27c57d3aa409cfe
Author: Sijie Guo <[email protected]>
AuthorDate: Wed Jan 22 00:51:25 2020 -0800
Created Committer Guide (markdown)
---
Committer-Guide.md | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/Committer-Guide.md b/Committer-Guide.md
new file mode 100644
index 0000000..f695373
--- /dev/null
+++ b/Committer-Guide.md
@@ -0,0 +1,15 @@
+This guide is for committers and covers Pulsar's guidelines for reviewing and
merging code.
+
+## Merge Pull Request
+
+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.
+
+### Labels
+
+Make sure that you have added `area/` and `type/` labels to the pull request.
If this pull request is required to be ported to a branch for a minor release,
please also add the minor release label `release/x.y.z`. If the release label
doesn't exist, please create one for it.
+
+### Milestone
+
+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.
\ No newline at end of file