👍🎉 First off, thanks for taking the time to contribute! 🎉👍
- Create a issue explaining your contribution then wait for our GO.
- Create a branch, prefixed by
feat-
orfix-
for features or bugfixes. - Develop
- Ensure you add some tests covering your code. (test with
npm test
andnpm run coverage
) - Ensure
npm run lint
passes - Add your files to git staging aread (
git add ...
) - Commit your changes using
npm run commit
- Push your branch
- Open a Pull Request