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 are more than just welcome. Fork this repo and create a new branch, then submit a pull request:
Create your feature branch git checkout -b my-new-feature
Commit your changes git commit -am 'Add some feature'
Push to the branch git push origin my-new-feature
Create new Pull Request