.github/pull_request_template.md
### General description
_Please write a description. If the PR is hard to understand, provide a quick explanation of the code._
### Designs
_Link to the related design prototypes (if applicable)_
### Testing instructions
_Provide minimal instructions on how to test this PR._
- Apart from the added feature / bug fix, check overall performance, styling...
## Checklist before merging
- [ ] Branch name / PR includes the related Jira ticket Id.
- [ ] Tests to check core implementation / bug fix added.
- [ ] All checks in Continuous Integration workflow pass.
- [ ] Feature functionally tested by reviewer(s).
- [ ] Code reviewed by reviewer(s).
- [ ] Documentation updated (README, CHANGELOG...) (if required)