From a55594bd0c1feda0fd9c8aef1dc5cd7e4b1e13d3 Mon Sep 17 00:00:00 2001 From: Abraham Gonzalez Date: Wed, 3 Nov 2021 11:24:37 -0700 Subject: [PATCH] Update pull request template [ci skip] --- .github/PULL_REQUEST_TEMPLATE.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4949e777..b10927ba 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,27 @@ -**Related issue**: +**Related PRs / Issues **: + -**Type of change**: bug fix | new feature | other enhancement +**Type of change**: +- [ ] bug fix +- [ ] new feature +- [ ] other enhancement -**Impact**: rtl change | software change | unknown | other +**Impact**: +- [ ] rtl change +- [ ] software change +- [ ] unknown +- [ ] other + + +**Contributer Checklist**: +- [ ] Did you set `dev` as the base branch? +- [ ] Did you add documentation for the feature? +- [ ] Did you add a test demonstrating the PR? +- [ ] Did you delete any extraneous prints/debugging code? + +- [ ] (If applicable) Did you mark the PR as "Please Backport"? **Release Notes**