-
Fork the repository. Committing directly against this repository is highly discouraged.
-
Make your modifications in a branch, updating and writing new tests.
-
Ensure that all tests pass.
-
rebase
your changes against master. Do not merge. -
Squash commits into one meaningful change per commit.
-
Submit a pull request to this repository. Wait for tests to run and someone to chime in.
This repository is configured with EditorConfig rules and contributions should make use of them.