diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7830cc6e873fa..51ff3a55a961d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,5 +10,9 @@ How was this change tested? ### Additional context Add any other context about the PR here. +### Checklist +- [ ] If you wrote E2E tests, are they resilient to concurrent I/O? +- [ ] If adding new public functions, did you add the `@public` tag and enable doc generation on the package? + --- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.