- Ensure the bug was not already reported by searching on GitHub under issues.
- If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible.
- Open a new GitHub pull request with the patch.
- Fork this project
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am '$MESSAGE'
(read more in Naming section) - Push to the branch:
git push origin my-new-feature
- Submit a pull request
- Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
- Commit message.
- Please use following commit message scheme:
#ISSUE_NUMBER | ISSUE DESCRIPTION
, - Example:
#1 | Launcher does not initialize when navigating from desktop
- Please use following commit message scheme:
- Suggest your change as a new issue using the appropriate labels BEFORE you start writing code.
Thanks for contributing!