Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 254 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 254 Bytes

First off thanks 👏!

  1. Create an issue to talk about your problem
  2. Begin working on the problem (I usually ask people to make the changes rather than me doing it)
  3. Test your changes
npm install && npm run test
  1. Create a PR
  2. Profit!