Pull requests are accepted.
Pull requests will be considered if they pass the following criteria:
- Code passes all unit tests.
- Code coverage is still above 95% accross the board.
- Commit matches suggested format (see Commit Format below).
If all of the above is passed, your request will be considered. Please allow for a few days for follow-up to your request. Any issues with your request will be posted directly to the request itself.
Commits should match the suggested workflow and format.
- Change code.
- Type
git commit -a -m "<type>(<scope>): <subject>"
- The standardjs linter will run.
- We also use default parameters from validate-commit-msg for validation.
- Type
git push
- Tests will run before the commit is pushed to validate everything still runs as expected.
- When ready, open a pull-request.