Adding contributing guide pointer markdown (#1928)

Signed-off-by: Royal OBrien <obwando@obwando.com>
This commit is contained in:
Royal OBrien
2021-07-07 13:49:27 -07:00
committed by GitHub
parent ffdc2d4583
commit fa1375d7c6
+14
View File
@@ -0,0 +1,14 @@
# Contributing
Welcome to the Open 3D Engine! To learn more about contributing to the [O3DE code repo](README.md), check out the [Contributor's Guide](https://github.com/o3de/community/blob/main/CONTRIBUTING.md).
The [O3DE community repo](https://github.com/o3de/community) contains information about how to get started, how the community organizes, and more.
To contribute, please review our [Code of Conduct](https://github.com/o3de/o3de/blob/development/CODE_OF_CONDUCT.md) first.
## 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: [Devloper Certificate of Origin](https://developercertificate.org/)
You can do this by using the -s option in git.
Example: ```git commit -s -m 'my commit message'```