PULL_REQUEST_TEMPLATE.md•846 B
### Description
Please describe what this PR does and why it's needed.
### Checklist
- [ ] It's useful if your PR references an issue where it is discussed ahead of time
- [ ] Adhere to [semantic messaging](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716) and prefix your PR title with `feat:`, `fix:`, `chore:`, `docs:`, etc.
- [ ] I’ve added tests if needed
- [ ] I’ve updated documentation if applicable
- [ ] I’ve tested this locally
- [ ] Add a changeset (`pnpm changeset`) if necessary
### Tests and linting
- [ ] Run the tests with `pnpm test`.
- [ ] Run the lint check with `pnpm lint`.
- [ ] Run the code formatting (prettier) check with `pnpm format`.
### Screenshots (if applicable)
Paste any screenshots or terminal output here.
### Related Issues
Closes #[issue_number]
Related to #[issue_number]