Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

38 lines (25 loc) · 1.3 KB

Earth2Studio Contribution Guide

Thanks for your interest in contributing to Earth2Studio. Your contribution will be a valued addition to the code base; we simply ask that you read this page and understand our contribution process.

Please see the developer guide for more details.

Pull Requests

The brief developer workflow for code contributions is as follows:

  1. Developers must first fork the Earth2Studio repository.

  2. Push code, tests and updated documentation to a branch on the fork. Ensure pre-commit checks have passed.

  3. Once the code changes are staged on the fork and ready for review, a Pull Request using the template.

  4. Ensure code passes the CI pipeline.

  5. Address reviewer feedback and merge.

Issues

We use GitHub issues to track bugs, feature requests and questions. Please use the provided templates and ensure your description is clear and has sufficient to reproduce the issue.

License

The details of the license of Earth2Studio are detailed in the LICENSE file. By contributing you agree that your contributions will be licensed the same.