Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 571 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 571 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 tests for any code you write.
  • Make sure all tests are passing.
  • Run infection to see if you haven't covered some important behaviour.