Create pull_request_template.md.

This commit is contained in:
Rohan Mehta 2025-03-12 16:46:53 -07:00 committed by GitHub
parent 912a625915
commit 5a577f962a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,18 @@
### Summary
<!-- Please give a short summary of the change and the problem this solves. -->
### Test plan
<!-- Please explain how this was tested -->
### Issue number
<!-- For example: "Closes #1234" -->
### Checks
- [ ] I've added new tests (if relevant)
- [ ] I've added/updated the relevant documentation
- [ ] I've run `make lint` and `make format`
- [ ] I've made sure tests pass