Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 655 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 655 Bytes

Contributor guidelines

We love contributions! Feel free to contribute in any way you like: docs, suggestions, features!

To make both your and our life easier here are some tips:

editorconfig

To make sure that regardless of IDE/editor everyone uses the same settings we use editorconfig. Just make sure that you have the editorconfig plugin for your editor installed.

pull request scope

Keep your pull requests as small as possible. Please, avoid combining code with indentation changes.

semantic messages

Please use semantic commit messages.

Frequently Asked Questions