From 36836cf5d28950b49a9c6914a76f5fbb1e9741e6 Mon Sep 17 00:00:00 2001 From: George Fu Date: Fri, 20 Oct 2023 11:15:07 -0400 Subject: [PATCH] chore: update pull_request_template.md (#5396) --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7830cc6e873f..51ff3a55a961 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.