- Read the contributing guidelines.
- Linked to an issue: Fixes # (replace with the issue number, if applicable)
- Branch is up-to-date with the base branch:
master
- Changes pass tests locally:
npm test
oryarn test
- Documentation has been updated, if necessary
- Code follows the style guide of the project
- Code follows project conventions and style
- Changes do not introduce new warnings or errors
- Unit tests cover the changes
- Documentation is updated