You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/contributors/workflow.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The development worklow is rather usual.
43
43
44
44
Once you are ready to commit, follow our [commit message convention](#commit-message-convention).
45
45
46
-
NOTE: **Occasional contributors**
46
+
NOTE: **Occasional contributors**
47
47
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.
48
48
49
49
## Breaking changes and deprecations
@@ -72,7 +72,7 @@ except ImportError:
72
72
73
73
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.
74
74
75
-
NOTE: **Occasional contributors**
75
+
NOTE: **Occasional contributors**
76
76
If you are unsure about how to deprecate something or mark legacy code, let us do it during review.
77
77
78
78
## Commit message convention
@@ -118,7 +118,7 @@ These "trailers" must appear at the end of the body, without any blank lines bet
118
118
119
119
We do not enforce a line length on commit messages summary and body.
120
120
121
-
NOTE: **Occasional contributors**
121
+
NOTE: **Occasional contributors**
122
122
If this convention seems unclear to you, just write the message of your choice, and we will rewrite it ourselves before merging.
123
123
124
124
## Pull requests guidelines
@@ -144,7 +144,7 @@ And force-push:
144
144
git push -f
145
145
```
146
146
147
-
NOTE: **Occasional contributors**
147
+
NOTE: **Occasional contributors**
148
148
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.
0 commit comments