Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 412 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 412 Bytes

Contributing

  1. Fork the repo
  2. Install the dependencies (npm install)
  3. Create the feature branch (git checkout -b my-cool-feature)
  4. Commit your changes (git commit -m "Added a cool new feature!")
  5. Push to your branch (git push origin my-cool-feature)
  6. Open a pull request