Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

25 lines (13 loc) · 1.37 KB

Contribution guidelines

When contributing to this repository, please first discuss the change you wish to make via an issue before making a change.

  1. Fork this repository. Read about how to fork a repository.

  2. For every contribution, create a new branch. A branch name must follow the format issueID-issue-info.

     > git branch 497-billing-calculation
    
  3. Make brief and clear commit messages.

     > git commit -m "fixed the user interface for application listing"
    
  4. Once the development is complete, create a pull request from your forked repository to coloredcow:develop.

  5. While creating the pull request, put a clean and short description of the functionality changes you have done.

  6. 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.

  7. Make sure the TravisCI and StyleCI builds are passing. Any failing PRs won't get accepted.

  8. When a reviewer leaves the review feedback, make sure you communicate clearly on those points. Comment your doubts/opinions on the discussion thread.

  9. Once you complete the feedback, comment and mention the reviewer to perform a code review again.