Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

20 lines (11 loc) · 1.33 KB

How to contribute

For any contribution you had in mind, please open a detailed issue on what you are contributing and why. This way, there can be room to have a productive discussion before any code is written. It can be discussed if the contribution is a good fit for this project, fine tune contribution goals, and more.

Feel free to drop into the 100 Automations slack to reach out to me to ask any questions.

Testing

As of right now, there are no concrete testing practices. The tests that are currently implemented are done using unittest.js

Submitting changes

Please fork this repository and create Pull Request to this project from that fork (How to fork a repo). In that pull request, please include thorough tests for whatever feature you are adding. If you would just like to submit more or better tests for currently existing features, that would also be much appreciated and helpful.

Please only add one feature per pull request and have clear commit messages in them.

Coding conventions

Please add code in a similar style/fashion to how code is currently written.

Thank you for being interested in contributing.