Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 273 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 273 Bytes

Contributing

  • Use imperative commit messages.
    • GOOD: "Add new feature"
    • BAD: "Added new feature"
  • Rebase your branch to master and possibly squash unrelevant commits.
  • Make sure to pass the unit tests, as long as CI doesn't automate them yet.
  • Submit the PR.