diff --git a/chore/add-pr-checklist b/chore/add-pr-checklist new file mode 100644 index 000000000000..c7d9aa870dc7 --- /dev/null +++ b/chore/add-pr-checklist @@ -0,0 +1,9 @@ +## Checklist + +- [ ] I have tested my changes +- [ ] I have updated documentation if needed +- [ ] My code follows the existing style +- [ ] I have linked related issues (if any) + +## Description +Briefly describe what this PR does.