Contribution are welcome as always. Checkout the existing issues or create issues if you encounter any problem with the project.
-
Fork and clone the repository.
-
Always branch from
develop
branch locally. -
Make sure that you have updated
develop
branch locally. -
If resolving an issue then create a branch with name like
bugfix-#<issue_number>
orenhancement-#<issue_number>
-
Write a commit messages describing the changes you made
-
Rebase your commits with latest changes from
develop
. -
Push your changes to your upstream fork.
-
Create a pull request to the
develop
branch of the repository.