CONTRIBUTING: Fix typo
Fix "For example." -> "For example," (orphaned period)
Signed-off-by: nullcurve <did🔑z6MkpP5WGopov3BTRK9dmCo5TmqngpAuJ57JW8cywPggZ8HP@radicle.xyz>
Co-authored-by: Claude <noreply@anthropic.com>
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
0bbedb9650
commit
898e00ecf1
|
|
@ -277,7 +277,7 @@ When proposing changes via a patch:
|
||||||
change, unless it's helpful to make a large change over multiple commits,
|
change, unless it's helpful to make a large change over multiple commits,
|
||||||
while still respecting (1). Do not include `fixup!` commits either.
|
while still respecting (1). Do not include `fixup!` commits either.
|
||||||
3. A commit *may* include a category prefix such as `cli:` or `node:` if it
|
3. A commit *may* include a category prefix such as `cli:` or `node:` if it
|
||||||
mainly concerns a certain area of the codebase. For example. These prefixes
|
mainly concerns a certain area of the codebase. For example, these prefixes
|
||||||
should usually be the name of the crate, minus any common prefix. Eg.
|
should usually be the name of the crate, minus any common prefix. Eg.
|
||||||
`cli:`, and *not* `radicle-cli:`. For documentation, you can use `docs:`,
|
`cli:`, and *not* `radicle-cli:`. For documentation, you can use `docs:`,
|
||||||
and for CI-related files, you can use `ci:`. Additionally, you can add
|
and for CI-related files, you can use `ci:`. Additionally, you can add
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue