Commit 2aa2663
authored
STY: Accept three-letter prefix for maintenance commits (#56)
Accept three-letter prefix for maintenance commits: accept `MNT`:
- Less typing; still readable
- All other prefixes are three-letter prefixes except for `CI`
- There has been a slight shift towards `MNT` lately, e.g.
https://github.com/nipreps/fmriprep/blob/f3464b5cd4991042be18d131cbf3ed9c8dd413d9/CHANGES.rst?plain=1#L65;
https://github.com/nipreps/smriprep/blob/b839befd008e02f329c59aa634583a18e4049829/CHANGES.rst?plain=1#L31;
https://github.com/nipreps/nireports/blob/968d98f7774fafbc745f9d5eb73b40d1e7be4e4c/CHANGES.rst?plain=1#L34;
https://github.com/nipreps/sdcflows/blob/b4a01f6e2071a538896e228cba9a43c10b8256cb/CHANGES.rst?plain=1#L34
Take advantage of the commit to specify that commit messages should also
be prefixed and that changes in a commit should serve a coherent purpose.1 parent 1f72bc2 commit 2aa2663
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
223 | 226 | | |
224 | 227 | | |
225 | 228 | | |
| |||
233 | 236 | | |
234 | 237 | | |
235 | 238 | | |
236 | | - | |
| 239 | + | |
237 | 240 | | |
238 | 241 | | |
239 | 242 | | |
| |||
0 commit comments