Thanks for taking your time to contribute to this project, the process is very simple.
- Fork the repo
- Do the work 🚧
- Use the standard guide for commit, look below 👇
- Open the PR
- Merge 👏 🔥
We are using semantic-release-cli
to make package releases to npm, and it fully relies on your commits text.
Here is a sample commits for you 😉
refactor(missing-token): moving an error to a constant file
fix(translate): fixing an error with translation
feat(languages): add new langugage
Other types:
* **feat**: A new feature
* **fix**: A bug fix
* **docs**: Documentation only changes
* **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing
semi-colons, etc)
* **refactor**: A code change that neither fixes a bug nor adds a feature
* **perf**: A code change that improves performance
* **test**: Adding missing or correcting existing tests
* **chore**: Changes to the build process or auxiliary tools and libraries such as documentation
generation