When contributing to this repository, please first discuss the change you wish to make via an issue before making a change.
-
Fork this repository. Read about how to fork a repository.
-
For every contribution, create a new branch. A branch name must follow the format
issueID-issue-info
.> git branch 497-billing-calculation
-
Make brief and clear commit messages.
> git commit -m "fixed the user interface for application listing"
-
Once the development is complete, create a pull request from your forked repository to
coloredcow:develop
. -
While creating the pull request, put a clean and short description of the functionality changes you have done.
-
Make sure there are no conflicts in the pull request. Before creating a PR, make sure you perform a self-review and do a detailed testing of the functionality you built.
-
Make sure the TravisCI and StyleCI builds are passing. Any failing PRs won't get accepted.
-
When a reviewer leaves the review feedback, make sure you communicate clearly on those points. Comment your doubts/opinions on the discussion thread.
-
Once you complete the feedback, comment and mention the reviewer to perform a code review again.