Skip to content

Commit a5cd93b

Browse files
committed
docs: Remove trailing spaces
1 parent fe0c28e commit a5cd93b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/guide/contributors/workflow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The development worklow is rather usual.
4343

4444
Once you are ready to commit, follow our [commit message convention](#commit-message-convention).
4545

46-
NOTE: **Occasional contributors**
46+
NOTE: **Occasional contributors**
4747
If you are unsure about how to fix or ignore a warning, just let the continuous integration fail, and we will help you during review. Don't bother updating the changelog, we will take care of this.
4848

4949
## Breaking changes and deprecations
@@ -72,7 +72,7 @@ except ImportError:
7272

7373
Check [Yore's docs](https://pawamoy.github.io/yore/), and Yore-comments in our own code base (`git grep -A1 YORE`) to learn how to use it.
7474

75-
NOTE: **Occasional contributors**
75+
NOTE: **Occasional contributors**
7676
If you are unsure about how to deprecate something or mark legacy code, let us do it during review.
7777

7878
## Commit message convention
@@ -118,7 +118,7 @@ These "trailers" must appear at the end of the body, without any blank lines bet
118118

119119
We do not enforce a line length on commit messages summary and body.
120120

121-
NOTE: **Occasional contributors**
121+
NOTE: **Occasional contributors**
122122
If this convention seems unclear to you, just write the message of your choice, and we will rewrite it ourselves before merging.
123123

124124
## Pull requests guidelines
@@ -144,7 +144,7 @@ And force-push:
144144
git push -f
145145
```
146146

147-
NOTE: **Occasional contributors**
147+
NOTE: **Occasional contributors**
148148
If this seems all too complicated, you can push or force-push each new commit, and we will squash them ourselves if needed, before merging.
149149

150150
## Release process

0 commit comments

Comments
 (0)