瀏覽代碼

add dev notice in contributing guide (#1136)

杨奕 8 年之前
父節點
當前提交
00cfee91bf
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 2 0
      .github/CONTRIBUTING.md
  2. 1 0
      .github/PULL_REQUEST_TEMPLATE.md

+ 2 - 0
.github/CONTRIBUTING.md

@@ -26,6 +26,8 @@ Element UI 的成长离不开大家的支持,如果你愿意为 Element UI 贡
 
 - 提交 PR 前请 rebase,确保 commit 记录的整洁。
 
+- 确保 PR 是提交到 `dev` 分支,而不是 `master` 分支。
+
 - 如果是修复 bug,请在 PR 中给出描述信息。
 
 - 合并代码需要两名维护人员参与:一人进行 review 后 approve,另一人再次 review,通过后即可合并。

+ 1 - 0
.github/PULL_REQUEST_TEMPLATE.md

@@ -1,5 +1,6 @@
 Please makes sure these boxes are checked before submitting your PR, thank you!
 
 * [ ] Make sure you follow Element's [Contributing Guide](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.md).
+* [ ] Make sure you are merging your commits to `dev` branch.
 * [ ] Rebase before creating a PR to keep commit history clear.
 * [ ] Add some descriptions and refer relative issues for you PR.