From 720d4017fcc3965a2cc06c8af14b7e57ef19aafc Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 13 Oct 2021 10:49:37 -0400 Subject: [PATCH] chore: update PR template (#4518) --- .github/PULL_REQUEST_TEMPLATE.md | 33 ++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5a33863e6f..b86605a673 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,11 @@ - + +## Issue being fixed or feature implemented + + + + +## What was done? + + + +## How Has This Been Tested? + + + + + +## Breaking Changes + + + +## Checklist: + +- [ ] I have performed a self-review of my own code +- [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] I have added or updated relevant unit/integration/functional/e2e tests +- [ ] I have made corresponding changes to the documentation + +**For repository code-owners and collaborators only** +- [ ] I have assigned this pull request to a milestone