Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 962 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) · 962 Bytes

How to contribute

I take that you have ended up here, because you have found an issue or have a question. If this is the case, please file an issue with this project on its issue tracker over at github.

Before doing so, please keep the following in mind:

  • The maintainer of this library is most certainly busy with a lot of other stuff. So if you struggling with using this command, please try one of the many friendly places in the internet first. You most probably will not get any support here.

If you have found a bug and are willing to fix it yourself, that is great, thanks a lot. Your pull request will happily accepted given the following rules are obliged:

  • The bug must be reproduced by adding a test for it.
  • All tests must pass
  • CodeClimate should not find any new issues.