summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-01-24 13:13:31 -0800
committerGitHub <noreply@github.com>2020-01-24 13:13:31 -0800
commitc1b7260011b6ea55c455b9e3ffeb9133c9300b27 (patch)
tree4f0e4dc6ad3ae7bac2ae8a691d64aebd9d7223b6
parentde17ae1bcad91aadb1731a37b36d49def11dd052 (diff)
parent503574a5e4b73dc4abe93f43b4d64d4c7e55a48d (diff)
downloadchef-c1b7260011b6ea55c455b9e3ffeb9133c9300b27.tar.gz
Merge pull request #9272 from susanev/patch-2
attempt #2 at describing adding a DCO when making a change 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 0b08f7e46f..692f526ea7 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 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**.
+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 commit message when creating the pull request. 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