Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 1.02 KB

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Create a fork of this repository, and create feature branches to address your issue.
  2. Install development dependencies, and ensure the pre-commit workflow processes your changes; make small and frequent commits.
  3. Document all and any changes you make through docstrings, inline comments, and README.md when appropriate.
  4. When changes are done, submit a pull request. Project maintainers will work with you to decide what should be merged, and any changes needed to be made to pass acceptance.
  5. Before merging, add yourself to CONTRIBUTORS.md.

Please use the Github discussions to bring up issues, questions, and feedback for the repository.

We thank you for being part of our open source community!