.github/PULL_REQUEST_TEMPLATE.md
<!--
TODO for PR Author:
- Would your work benefit from unit tests?
- Have you formatted your files using Prettier/ESLint?
- Delete any irrelevant sections below before opening the pull request
- title your PR using the angular commit convention -> https://www.conventionalcommits.org/en/v1.0.0/
type-of-changes(scope-in-codebase): distilled description of changes
e.g. feat/fix/test(ui/api/lib): refactor Hello World console log
-->
## 🎫 Linked Ticket
<!-- Link to the JIRA ticket to track this work -->
[Ticket to close](link-to-ticket)
## 💬 Description / Notes
<!-- Briefly describe the background of the issue -->
<!-- If you feel the original ticket lacks important details, this would be the place to share them -->
## 🛠Changes
<!-- List your code changes made to implement the solution -->
## 📸 Screenshots / Demo
<!-- ### Before -->
<!-- ### After -->