浏览代码

Ask for good commit practices

Mike Ashley 9 年前
父节点
当前提交
f2884e877b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      CONTRIBUTING.md

+ 2
- 0
CONTRIBUTING.md 查看文件

@@ -58,3 +58,5 @@ Consider the following checklist when reviewing a module's design.
58 58
 ## Submitting pull requests
59 59
 
60 60
 When you issue a pull request, please specify what distribution you used for testing (if any).  Code that is committed to the master branch should work with both Debian 7 and Ubuntu 14.04 LTS.  Support for Debian 8 is coming.
61
+
62
+Use good commit practices to document your changes. Don't assume the developer reviewing your commits has access to GitHub. The developer could be a future maintainer in a different environment. Similarly, as you address feedback on the pull request, do not assume the reviewer has access to GitHub.

正在加载...
取消
保存