Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 976 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (9 loc) · 976 Bytes

Contributing

Contributions are welcome and will be fully credited. 🤩

To contribute, please submit a pull request on Github.

Pull Requests

  • Please add tests! - Self-explanatory.

  • Keep the documention up to date - If you change something which needs to be documented, please do so.

  • Create feature branches - Please don't ask me to pull from your master branch. Feature branches are fun and not scary at all!

  • One pull request per feature - I'd rather see multiple pull requests for multiple features and/or bug fixes, than one behemoth of a pull request.

  • Proper commit history - Make sure each commit in your pull request has a useful subject and message. If you have several "testing..." or "work in progres" commits, please squash them before submitting.