docs: Update pull_request_template.md

Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
This commit is contained in:
Chris Hennick 2024-07-20 20:44:42 -07:00 committed by GitHub
parent 50fd94fe4e
commit 546e49d7f2
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -32,6 +32,7 @@ These are our requirements for PRs, in addition to the usual functionality and r
explaining what the exception applies to and why it's needed.
- The PR title must conform to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) and start
with one of the types specified by the [Angular convention](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#type).
This is also recommended for commit messages; but it's not required, because they'll be replaced when the PR is squash-merged.
Thanks in advance for submitting a bug fix or proposed feature that meets these requirements!
-->