Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 1.15 KB

How to contribute

Thank you so much for your interest in this project. These are some guidelines on how to contribute to this project.

Found a bug?

Awesome! Search through the issues first and make sure it was not already reported. If you cannot find it, create a new one.

Fixed a bug?

Has it been reported yet? If not, create a new issue first. Open a pull request for review. An absolute must: use semantic commit messages! Or simply use semci 😉

What about whitespace fixes / cosmetic changes?

We use husky in combination with commitlint for automatically beautifying source code. Everything should be automatic.

Pull requests that only consist of cosmetic changes will be declined. A good reasoning behind this was summarized on this Ruby on Rails issue here.

Do you intend to add a new feature?

Sounds wonderful! Please create a new enhancement issue to further discuss this new feature.