Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 890 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (8 loc) · 890 Bytes

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: Developer Certificate of Origin. 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'