From fcd96b270fdc6f6b3b4098fdd02584b51306e99d Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Thu, 23 Feb 2023 21:14:56 +0530 Subject: [PATCH] Update to PR template (#2458) ## Description This is a small QOL improvement to the PR template to fix some annoyances. When creating small PR(usually a few commits), the first commit is usually has the title and description we need. GitHub does take this information and dump it into the editor, but we end up having to cut paste `## Description` from the end of what GitHub added to the top. This change avoids that. Also, now that description is no more in bold with underlines, I've reduced the heading level of the other ones. *Just a personal opinion, let me know if folks have a difference in opinion*. ## Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [x] :no_entry: No ## Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Test - [ ] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup --- .github/pull_request_template.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 942cf7625..e48bacd3b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,14 +1,14 @@ -## Description - -## Does this PR need a docs update or release note? +--- + +#### Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR -- [ ] :no_entry: No +- [ ] :no_entry: No -## Type of change +#### Type of change - [ ] :sunflower: Feature @@ -18,12 +18,12 @@ - [ ] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup -## Issue(s) +#### Issue(s) * # -## Test Plan +#### Test Plan - [ ] :muscle: Manual