2023-08-26 17:55:12 +02:00
# Pull request checklist
- [ ] The PR has a proper title. Use [Semantic Commit Messages ](https://seesparkbox.com/foundry/semantic_commit_messages ). (No more branch-name title please)
2023-09-20 16:19:06 +02:00
- [ ] Make sure you are requesting the right branch: `dev` .
2023-08-26 17:55:12 +02:00
- [ ] Make sure this is ready to be merged into the relevant branch. Please don't create a PR and let it hang for a few days.
- [ ] Ensure all tests are passing.
- [ ] Ensure linting is passing.
# PR type
- Bug fix / new feature / chore
# Description
- Describe what this pull request is for.
- What will it affect.
# Screenshot
- Please include a screenshot if applicable