Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.27 KB

CONTRIBUTING.md

File metadata and controls

32 lines (17 loc) · 1.27 KB

Contributing

Thank you for considering to contribute to mccp!

When contributing, please consider dicussing the change you wish to make via issue.

Setup

  1. Fork this repository and create your branch from main.
git clone https://github.com/[username]/mccp
  1. Build the project for installing the dependencies.

  2. Add tests or update the existing tests according to the changes.

Create a Pull Request

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a build.

  2. Update the README.md and CHANGELOG.md with details of changes.

  3. Increase the version number in pyproject.toml to the new version that this PR would represent.

  4. You may merge the Pull Request in once you have the sign-off of the two other developers, or if you do not have permission to do that, you may request the second reviewer to merge it for you.

License

By contributing, you agree that your contributions will be licensed under BSD 3-Clause License.