Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 396 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (6 loc) · 396 Bytes
  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