fa1375d7c6
Signed-off-by: Royal OBrien <obwando@obwando.com>
824 B
824 B
Contributing
Welcome to the Open 3D Engine! To learn more about contributing to the O3DE code repo, check out the Contributor's Guide.
The O3DE community repo contains information about how to get started, how the community organizes, and more.
To contribute, please review our Code of Conduct 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
You can do this by using the -s option in git.
Example: git commit -s -m 'my commit message'