Contributions are welcome!
Before spending lots of time on something, ask for feedback on your idea first. Contact us at contact@ecocode.io to be sure that we are interested with your contribution idea.
To avoid frustration, please discuss before submitting any contributions.
The less code is modified, the easier to review, and it makes your contribution more likely to be accepted. This means that your commits should be atomic and have a single purpose. Formatting modifications should not clutter your changes in order to make the reviewer's job easier.
Coding is the easy part. If you want your contribution to be accepted, demonstrate it solves an issue by providing the unit test it solves (that would have failed before).
To ease the review, please have a clean, minimal history of commits in your pull request. Your commits should have a single purpose. This will help to make your contribution accepted as we like to keep a clean linear history and prefer rebase over merging commits.