Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 726 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 726 Bytes

Contributing

When contributing to this repository send a new pull request. If your change is big or complex, or you simply want to suggest an improvement, please discuss the change you wish to make via an issue.

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

Pull Request Process

  • Provide good commit messages describing what you've done.
  • Provide a feature description for any new feature you wish to implement.
  • Ideally start with a pull request only containing the feature file.
  • Provide tests for any code you write.
  • Make sure all tests are passing.
  • Run make test and make test-min to ensure all quality assurance checks pass.