Contributions are essential for keeping this project great. Here you can find few guidelines that we need contributors to follow in order to simplify review / acceptance process.
- Fork the repository on GitHub
- Create your feature branch (
git checkout -b my-new-feature
). Please avoid working directly onmaster
branch. - Make logical commits (
git commit -am 'Meaningful commit message'
) for each atomic change. - Push your branch to your fork of the repository (
git push origin my-new-feature
) - Submit a new Pull Request to the repository in AutoScout24 organization.
- TravisCI build is green (build, code style checks and all tests passed).
- Necessary unit tests are added/updated for JS code.
- Necessary layout specs are added/updated for atoms/molecules/organisms.
- All review feedback comments are resolved.