# Contributing All contributions are welcome, even without prior discussion. In the event of the later, please make sure to create a very clear and summarized _pull request_. ## Pull Request Process Make use of the _pull request template_ if you don't know where to start. 1. Let's try to follow the versioning scheme of [SemVer][1]. 2. Update the relevant docs whenever necessary, e.g. _README.md_. 3. When introducing breaking changes, make a _very good_ case for it. 4. Write unit/functional tests, if possible. ## Code of conduct Respect the community and follow the guidelines in the [code of conduct][2]. [1]: http://semver.org/ [2]: ./CODE_OF_CONDUCT.md