summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-01-03 11:09:05 -0800
committerGitHub <noreply@github.com>2020-01-03 11:09:05 -0800
commit0f944f3fbb0ccd318c0ca2580b8f03144d192911 (patch)
tree55f159873a9a7ac53d250e221c59ce77e2540679
parent381066a69c4c02cac8f27f79cc364a2f42a317a8 (diff)
parent26bfe2f31c17d7c806260b56ddfc69e3e760ce7f (diff)
downloadchef-0f944f3fbb0ccd318c0ca2580b8f03144d192911.tar.gz
Merge pull request #9202 from susanev/patch-1
Update CONTRIBUTING.md with info about signing off from the github ui
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c0e82f5c18..0b08f7e46f 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 directly 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