Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 1.24 KB

Thanks a lot for considering a contribution to ozz-animation! All contributions are welcome: code reviews, bug reports, bug fixes, samples, features, platforms, testing, documentation, optimizations...

Submitting bugs

To report bugs please use project's issues tracker. To help with debugging and understanding, please provide a simple repro case, ideally a modified sample or howto with minimal changes.

Contributing to the code

By submitting a pull request for this project, you agree to license your contribution under project's MIT license.

ozz branching strategy follows gitflow model. When submitting patches, please:

  • Make pull requests to develop branch for features, to release branch for hotfixes.
  • Respect Google c++ coding style, run clang-format.
  • Implement all relevant unit tests.
  • Run all the tests and make sure they pass.
  • Add your name and email address at the end of AUTHORS.md list.