From dc8809d33c62715c2edb15ab4c5043dd81b3702a Mon Sep 17 00:00:00 2001 From: Brian Date: Sat, 8 Jun 2024 13:41:05 +1000 Subject: [PATCH] Update CONTRIBUTING.md [no ci] Co-authored-by: compilade --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2e82f135d..710ef8b3c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,4 +11,4 @@ * Please rate the complexity of your PR (i.e. `easy`, `medium`, `hard`). This makes it easier for maintainers to triage the PRs. * If the pull request only contains documentation changes (e.g., updating READMEs, adding new wiki pages), please add `[no ci]` to the commit title. This will skip unnecessary CI checks and help reduce build times. -* When squashing multiple commits on merge, use the following format for your commit title: `: (#)`. For example: `utils: Fix typo in utils.py (#1234)` +* When squashing multiple commits on merge, use the following format for your commit title: ` : (#)`. For example: `utils : Fix typo in utils.py (#1234)`