Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 310 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 310 Bytes

Contributing

  1. Fork it
  2. Create a feature branch: git checkout -b feature-something-useful
  3. Add yourself to the AUTHORS.md file
  4. Commit your changes: git commit -am 'Add useful feature'
  5. Push to the feature branch: git push origin feature-something-useful
  6. Submit a pull request to master