👍🎉 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 test
passes - Add your files to git staging aread (
git add ...
) - Commit your changes (you should be asked for some infomations in order to properly format you commit message)
- Push your branch
- Open a Pull Request