Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.7 KB

CONTRIBUTING.md

File metadata and controls

42 lines (28 loc) · 1.7 KB

Contributing guide

Thank for you taking the time to contribute to gltf. Your contributions are valued, no matter how small.

Pull requests

  • Please submit all pull requests to the master branch.
  • Please format your patches with rustfmt to match the project's code style.
  • Please note your changes in the project's CHANGELOG.md file under the 'Unreleased' section.

Contribution opportunities

  • Create or discuss issues for bugs and new features.
  • Improve the crate documentation.
  • Submit pull requests that implement new features, fix bugs, or improve ergonomics.
  • Participate in code reviews.
  • Improve formatting of code.

Guidelines for API design and code style

Code of conduct

Contributors are expected to abide by the Rust code of conduct and are encouraged to contact the author at [email protected] should confidential moderation be required.

License agreement

Licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.