Before submitting a pull request, please make sure the following is done:
- You have merged in the latest changes from
master. - Resolved any conflicts that may have happened from that merge.
- Ensure that you have run all tests and linting locally with
npm run testandnpm run lint.