Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 630 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (16 loc) · 630 Bytes

Contributing

The 5 steps of contributing below :

  1. Fork the repository & clone locally.

  2. Create your feature branch

    git checkout -b username/your-feature-name
  3. Commit your changes. please read the Semantic Commit Messages

    git commit -m 'Semantic Commit Messages'
  4. Push to your origin repository.

    git push -u origin username/your-feature-name
  5. Create a new Pull Request.