Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.4 KB

CONTRIBUTING.md

File metadata and controls

29 lines (16 loc) · 1.4 KB

Contributing to COLONY

Thank you for considering contributing to COLONY! We welcome contributions from everyone.

By contributing to this project, you agree to license your contributions under the terms of the MIT License and the Apache 2.0 license. Additionally, you grant the project owner, Ryan Kopf, a license to use your contributions for any purpose without any additional restrictions or obligations.

How to Contribute

To contribute to COLONY, follow these steps:

  1. Fork the repository and create your branch from main.
  2. Use cargo to build the project and ensure that it runs on your machine.
  3. Make your changes, commit them, and push to your branch.
  4. Submit a pull request, describing your changes and why they should be merged.

Please make sure to adhere to the code style and conventions used in the project.

Pull Requests

We asked that all pull requests focus on one change/issue/improvement at a time, if possible. Combining pull requests that do multiple things, such as major reformatting and then minor changes, should instead be done in separate PRs.

Issue Reporting

If you encounter any issues or have suggestions for improvements, please open an issue on the issue tracker.

Code of Conduct

Please note that this project follows the Contributor Covenant Code of Conduct.