- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new pull request (PR)
- Respect the coding style of Quasar.
- Create a new branch for each PR.
- Single feature or bug-fix per PR.
- Make single commit per PR.
- Make your modification compact - don't reformat source code in your request. It makes code review more difficult.
- PR of reformatting (changing of ws/TAB, line endings or coding style) of source code won't be accepted. Use the issue tracker for your request instead.
- Typo fixing and code refactoring won't be accepted - please create issues with title started with TYPO to request the changing.
In short: The easier the code review is, the better the chance your pull request will get accepted.