From 40b1aa0737a4aa37effaa6cdf1bbfe95c372b48c Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Fri, 14 May 2021 14:43:16 -0700 Subject: [PATCH] Update pull request template [skip ci] --- .github/pull_request_template.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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