From f8e88a146a12754221517246d0a161e223db795a Mon Sep 17 00:00:00 2001 From: hunteraraujo Date: Thu, 6 Apr 2023 09:59:20 -0700 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000000..6397f78c082c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +### Background + + + +### Changes + + + +### Test Plan + + + +### Change Safety + +- [ ] I have added tests to cover my changes +- [ ] I have considered potential risks and mitigations for my changes + +