Pull Request Template

📆 8 April, 2021

Problem

A short description of the reason for the pull request.

Also worth including a link to the related ticket on your board.

Solution

A short description of what was changed to fix the bug or add the new feature.

Related Images/GIFs

It is really useful to show what the old behaviour was vs what it is since the change. Screenshots and GIFs also give instant context to reviewers.

How to test it

A list of steps to test the solution.

What URL do you need to go to, what do you need to click, what data do you need to input etc.


Related PRs

Sometimes your PR is linked to a previous one. It is useful to link it here so that future reviewers know about it.


Checklist

- [x] Tests added?

- [x] Documentation updated?

- [x] Styleguide updated?