Please review existing issue(s) first.
Eventually file a new issue, providing some helpful/meaningful information (be smart 😉).
-
Please ensure that:
- all automated tests pass by running
npm test
. - the code is formatted properly by running
npm run format
. - the commit messages comply with the Commit Messages Guideline
- your changes do not have any merge conflicts with the current state of the develop branch.
- no tags have been generated for or will be forwarded to this repository.
- all automated tests pass by running
-
Submit your contribution as a Pull Request to the develop branch only!
Note: After the contributing PR has been merged in the develop branch, the maintainer of the repo may forward the changes to the master repository and generate a new release.