Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 244 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (8 loc) · 244 Bytes

Contributing

  1. Fork the project and clone your fork.

  2. Create a local feature branch:

    $ git checkout -b <branch>
    
  3. Add your contribution.

  4. Push to your fork:

    $ git push origin <branch>
    
  5. Open a pull request.