Contributing
🤠Howdy, developer! Thanks for being willing to contribute!
Project setup#
- Fork and clone the repo
- Run
yarn installto install dependencies - Create a branch for your PR with
git checkout -b pr/your-branch-name - Run
.bin/run/ [COMMAND]in the root of the repo to run commands locally
Tip: Keep your
masterbranch pointing at the original repository and make pull requests from branches on your fork. To do this, run:
Committing and Pushing changes#
There are currently no tests but please document manual testing on PRs with your changes.
Help needed#
Please checkout the the open issues.
Also, please watch the repo and respond to questions/bug reports/feature requests! Thanks!