Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 403 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 403 Bytes

Submitting a Pull Request(PR)

  • Make your changes in a new git branch:

    git checkout -b my-fix-branch master
  • Add yourself and a link to your github profile to the contributors list on the main README

  • Commit your changes using a descriptive commit message.

  • Send a pull request to master branch.