浏览代码

Merge pull request #5912 from haon4/contributing

Update CONTRIBUTING.md to recommend applying the appropriate labels
Hao Nguyen 6 年之前
父节点
当前提交
cb8a46b529
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      CONTRIBUTING.md

+ 10 - 0
CONTRIBUTING.md

@@ -83,3 +83,13 @@ the final release.
   Ultimately, the green signal will be provided by our testing infrastructure.
   Ultimately, the green signal will be provided by our testing infrastructure.
   The reviewer will help you if there are test failures that seem not related
   The reviewer will help you if there are test failures that seem not related
   to the change you are making.
   to the change you are making.
+* Apply the "release notes: yes" label if the pull request's description should
+  be included in the next release (e.g., any new feature / bug fix).
+  Apply the "release notes: no" label if the pull request's description should
+  not be included in the next release (e.g., refactoring changes that does not
+  change behavior, integration from Google internal, updating tests, etc.).
+* Apply the appropriate language label (e.g., C++, Java, Python, etc.) to the
+  pull request. This will make it easier to identify which languages the pull
+  request affects, allowing us to better identify appropriate reviewer, create
+  a better release note, and make it easier to identify issues in the future.
+