Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 932 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (12 loc) · 932 Bytes

Contributing Guidelines

Contributions are welcome!

Please search issues on our Issues repository.

To avoid frustration, please discuss before submitting any contributions.

Coding recommendations

Make your changes minimal

The less code is modified, the easier to review, and it makes your contribution more likely to be accepted. This means that your commits should be atomic and have a single purpose. Formatting modifications should not clutter your changes in order to make the reviewer's job easier.

Test, test, and test

Coding is the easy part. If you want your contribution to be accepted, demonstrate it solves an issue by providing the unit test it solves (that would have failed before).

Clean commit history

To ease the review, please have a clean, minimal history of commits in your pull request. Your commits should have a single purpose.