Skip to content

Commit

Permalink
docs: Update pull_request_template.md
Browse files Browse the repository at this point in the history
Commit messages in PR no longer need to follow ConCom, since we now squash-merge PRs.

Signed-off-by: Chris Hennick <[email protected]>
  • Loading branch information
Pr0methean authored Jul 21, 2024
1 parent 8fb107a commit 50fd94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ These are our requirements for PRs, in addition to the usual functionality and r
- `cargo fmt --check --all` must pass.
- If the above checks force you to add a new `#[allow]` attribute, please place a comment on the same line or just above it,
explaining what the exception applies to and why it's needed.
- Commit messages and the PR title must conform to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) and start
- 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).
Thanks in advance for submitting a bug fix or proposed feature that meets these requirements!
Expand Down

0 comments on commit 50fd94f

Please sign in to comment.