Updated text to be more descriptive

Signed-off-by: Terry Michaels <miterenc@amazon.com>
This commit is contained in:
Terry Michaels
2021-07-19 14:55:14 -05:00
parent 697dfad486
commit bb52475ce8
+1 -1
View File
@@ -8,7 +8,7 @@ To contribute, please review our [Code of Conduct](https://github.com/o3de/o3de/
## Making contributions with the Developer Certificate of Origin (DCO)
When contributing, your pull requests will require that you have agreed to our DCO found here: [Developer Certificate of Origin](https://developercertificate.org/)
When contributing, your pull requests will require that you have agreed to our DCO found here: [Developer Certificate of Origin](https://developercertificate.org/). All commits require the --signoff flag to show DCO compliance.
You can do this by using the -s option in git.
Example: ```git commit -s -m 'my commit message'```