From 0dd8f4bdeb36973a9ff288bd383a89267a9fc374 Mon Sep 17 00:00:00 2001 From: Charles <46334090+charlestian23@users.noreply.github.com> Date: Thu, 28 Jul 2022 00:55:00 -0400 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9e019fb98..5ab8b76d4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -# Description +## Description @@ -12,11 +12,11 @@ Closes #(issue) - [ ] Enhancement (improvement to an already existing feature) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -# How Has This Been Tested? +## How Has This Been Tested? -# Checklist: +## Checklist: - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas