Please go through these steps before submitting your PR for review or it may be closed without review.
- Changes are on a seperate branch. Branch names should be descriptive and be prefixed with
fix/
orfeature/
. e.g.feature/add-help-menu-option
,fix/signin-issues
- Commit message is descriptive and short
- You only have one commit when opening the PR and before merging
- linting introduced no new lint errors against #dev
- tests succeed
- Your pull request is targeting #dev in most cases unless preparing for a release
- Fill out the information below
** Remove everything above, including, this line before opening PR **