From 546e49d7f2142cd42d53f98de6b4d1f033162b51 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Sat, 20 Jul 2024 20:44:42 -0700 Subject: [PATCH] docs: Update pull_request_template.md Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> --- pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pull_request_template.md b/pull_request_template.md index e3329f911..9b3e77c17 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -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! -->