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**