diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ea871c55..63ab24be 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,16 @@ ## Description -Please include a summary of the change and which issue is fixed. +Please include a summary of the changes. -Fixes #(issue) +### Screenshot -## Type of change +Include screenshots if the changes are UI-related. + +### Issues Fixed or Closed + +- Fixes #(issue) + +## Type of Change Please delete options that are not relevant. @@ -12,7 +18,7 @@ Please delete options that are not relevant. - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -## Checklist: +## Checklist - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my own code