CONTRIBUTING.md 965 B

Contribution Guidelines

Before you start participating in and contributing to O3DE code such as this Gem, review our code of conduct . Contributing guidelines for our projects are hosted in their GitHub repositories, within the root directory in a CONTRIBUTING.md file.

https://www.o3de.org/contribute/#contribution-guidelines

Please use a changelog.md or worklog.md file alongside your asset work, especially for impactful changes, or when documenting a change adds meaningful value for others.

Contributions:

Contributions are more than just welcome. Fork this repo and create a new branch, then submit a pull request:

  1. Fork it: https://github.com/aws-lumberyard/o3de-dreamstudio

  2. Create your feature branch git checkout -b my-new-feature

  3. Commit your changes git commit -am 'Add some feature'

  4. Push to the branch git push origin my-new-feature

  5. Create new Pull Request