Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 629 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 629 Bytes

Contributing

Thanks for being willing to contribute!

Submitting Bug Reports

Please use the GitHub issue tracker.

Before creating a new issue, do a quick search to see if the problem has been reported already.

Contributing

How do I setup the project?

  1. Fork the repo
  2. Install dependencies: npm install
  3. Ensure everything is working: npm run validate

What's the workflow?

  1. Create your feature branch: git checkout -b my-new-feature
  2. Write code
  3. Once complete, submit a pull request on GitHub.