Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.46 KB

contributing.md

File metadata and controls

18 lines (14 loc) · 1.46 KB

Contributing

Contributions are welcome and will be fully credited:

  • code contributions are accepted via Pull Requests to this Github repo;
  • financial contributions are usually in the form of donations or getting me to work on your projects;
  • documentation contributions are accepted via Pull Requests to this Github repo;
  • other contributions are most likely welcome in the way you see fit;

How to contribute

Pull Requests

  • Document any change in behaviour - Make sure the readme.md and any other relevant documentation are kept up-to-date.
  • One pull request per feature - If you want to do more than one thing, send multiple pull requests.
  • Send coherent history - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.

Issues

  • Answer all items in the issue template - It helps us resolve problems without a lot of back-and-forth.
  • No support requests - The maintainers and people who follow this project are all busy people. Please do not expect them to help you code something that will only work inside your project or debug an issue that is most likely your own doing.