You consider contributing changes to this project – thank you!
Please consider these guidelines when filing a pull request:
-
Your code should follow the eslint standard (Airbnb). By default, eslint and prettier rc is already in place, for Visual Studio Code users do the following:
- Go to settings
- Search "Editor: Format On Save" config and set it to
true - Everytime you make changes to the file it will auto-format the content based on our code standard.
-
Your commit format should be
this is already been setup. You only need to run the npm command
npm run commit
Your Pull Request will be reviewed for approval, if you fail to meet the guidelines it might be rejected or requested to refactor.