diff options
author | Giuseppe Di Natale <[email protected]> | 2017-03-31 09:33:38 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-03-31 09:33:38 -0700 |
commit | cb524aa23aa6f5bc4242e3b585a58bdd3292ae0f (patch) | |
tree | e23dbe898362eac3151bb67990e97974070874d5 /.github/PULL_REQUEST_TEMPLATE.md | |
parent | 10cb2e0a19e46ecfe1378ccf79e71d986936f17e (diff) |
Commit message format in contributing guidelines
Add the need to have a commit message with a specific
format to the contributing guidelines. Provide a script
to help enforce commit message style.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Giuseppe Di Natale <[email protected]>
Closes #5943
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7c11a46da..d577aaabe 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -29,4 +29,5 @@ - [ ] I have read the **CONTRIBUTING** document. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. +- [ ] All commit messages are properly formatted and contain `Signed-off-by`. - [ ] Change has been approved by a ZFS on Linux member. |