diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4949e777..b3c1c40f 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 (RISC-V software) +- [ ] Build system change +- [ ] Other + + +**Contributor Checklist**: +- [ ] Did you set `dev` as the base branch? +- [ ] Did you delete any extraneous prints/debugging code? +- [ ] (If applicable) Did you add documentation for the feature? +- [ ] (If applicable) Did you add a test demonstrating the PR? + +- [ ] (If applicable) Did you mark the PR as "Please Backport"? **Release Notes**