瀏覽代碼

request rebase instead of merge for contributions

devsaurus 8 年之前
父節點
當前提交
4efa6afef9
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      CONTRIBUTING.md

+ 3 - 0
CONTRIBUTING.md

@@ -4,4 +4,7 @@ Thank you everyone for contributing to this project.
 
 Pull requests for new features and major fixes should be opened against the `dev` branch.
 
+Avoid intermediate merge commits. Rebase your feature branch onto `dev` to pull updates and
+verify your local changes against them before placing the pull request.
+
 *Note that the `pre_build` bin in the dev branch is never up-to-date.*