Contributing
🤠Howdy, developer! Thanks for being willing to contribute!
#
Project setup- Fork and clone the repo
- Run
yarn install
to 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
master
branch pointing at the original repository and make pull requests from branches on your fork. To do this, run:
#
Committing and Pushing changesThere are currently no tests but please document manual testing on PRs with your changes.
#
Help neededPlease checkout the the open issues.
Also, please watch the repo and respond to questions/bug reports/feature requests! Thanks!