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?

- [ ]  Yes, it's included
- [ ] 🕐 Yes, but in a later PR
- [x]  No 

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [ ] 🧹 Tech Debt/Cleanup
This commit is contained in:
Abin Simon 2023-02-23 21:14:56 +05:30 committed by GitHub
parent 2fa52ebdd8
commit fcd96b270f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
## Description
<!-- Insert PR 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
<!--- Please check the type of change your PR introduces: --->
- [ ] :sunflower: Feature
@ -18,12 +18,12 @@
- [ ] :computer: CI/Deployment
- [ ] :broom: Tech Debt/Cleanup
## Issue(s)
#### Issue(s)
<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* #<issue>
## Test Plan
#### Test Plan
<!-- How will this be tested prior to merging.-->
- [ ] :muscle: Manual