Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 383 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 383 Bytes

Contributing Guide

How to contribute?

You can find problems from Issues or fix other problems.

Basic Pull Request steps:

  1. Fork this repository
  2. Create your feature branch: git checkout -b awesome-feature
  3. Commit your changes: git commit -am "Add awesome feature"
  4. Push to the branch: git push origin awesome-feature
  5. Submit a pull request to this repository