Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 1.52 KB

Contributing

Code of conduct

Please refer to and respect the O3DE Code of Conduct.

Authorship and Developer Certificate of Origin (DCO)

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 of git 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.

Additional information

We recommend you to read O3DE contribution guide and ROS contribution guide as well.