Please refer to and respect the O3DE Code of Conduct.
When creating a pull request to this repository, make sure that:
- Authorship of the code is properly attributed. You need to agree with the Developer Certificate of Origin to contribute. Some important points:
- Make sure your username and user email are set up.
- If you commit parts of code which are not yours, make sure you are allowed to do so (in terms of license) and respect all the requirements of the license, such as Attribution.
- If you are not the author of the commit, indicate authorship with
--author
flag ofgit commit
command. - Try to divide your work into commits done by a single author. If you decide to use a single commit for a multi-author work, use the Co-authored-by syntax in the commit message.
- Your commits are signed, indicating compliance with the DCO: use
git commit -s
to ensure that.
We recommend you to read O3DE contribution guide and ROS contribution guide as well.