diff options
author | susan evans <susan.ra.evans@gmail.com> | 2020-01-02 17:19:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-02 17:19:23 -0800 |
commit | 4db30dff339ee19811f4c20a044f41645f4bc6bf (patch) | |
tree | 406acf5c8cb754e91db08f12363284afc8d9de3f /CONTRIBUTING.md | |
parent | 381066a69c4c02cac8f27f79cc364a2f42a317a8 (diff) | |
download | chef-4db30dff339ee19811f4c20a044f41645f4bc6bf.tar.gz |
Update CONTRIBUTING.md
added a sentence about how to sign off when using the GitHub web ui to make changes
Signed-off-by: susanev <susan.ra.evans@gmail.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c0e82f5c18..0cca952a7c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,7 +90,7 @@ The DCO requires a sign-off message in the following format appear on each commi Signed-off-by: Julia Child <juliachild@chef.io> ``` -The DCO text can either be manually added to your commit body, or you can add either **-s** or **--signoff** to your usual git commit commands. If you forget to add the sign-off you can also amend a previous commit with the sign-off by running **git commit --amend -s**. If you've pushed your changes to GitHub already you'll need to force push your branch after this with **git push -f**. +The DCO text can either be manually added to your commit body, or you can add either **-s** or **--signoff** to your usual git commit commands. If you are using the GitHub UI to make a change you can add the sign-off message directory to the pull request description. If you forget to add the sign-off you can also amend a previous commit with the sign-off by running **git commit --amend -s**. If you've pushed your changes to GitHub already you'll need to force push your branch after this with **git push -f**. ### Chef Obvious Fix Policy |