Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 345 Bytes

CONTRIBUTING.md

File metadata and controls

4 lines (4 loc) · 345 Bytes

Guideline for Pull Request

  1. Always create a separate branch for any changes that you are working on. While creating a pull request, create a pull request from your-branch to master branch. Do not directly push to master
  2. Always squash your commits to a single commit before creating a PR.
  3. You commit message should be self explanatory.