Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 602 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 602 Bytes

If you want to give me some feedback or make a suggestion, create an issue on GitHub.

If you want to get your hands dirty, great! Here's a couple of steps/guidelines:

  • Please have a look at the docs/TODO to see if there's something you can help with.
  • Add tests for your changes (in tests/).
  • Remember to stick to the existing code style as best as possible. When in doubt, follow PSR-2.
  • Before investing a lot of time coding, create an issue to get our opinion on your big changes.
  • Update the documentation, if applicable.