Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
docs: Fix typos and markup errors in man pages and CONTRIBUTING
✓ 1/1 checks passed did:key:z6MkpP5W...Z8HP wants to merge 1 commit into master · opened 28 days ago
  • radicle-node.1.adoc: Remove stray trailing asterisk in --help*
  • rad-patch.1.adoc: Fix "patched" -> "patches" in --author description
  • rad-patch.1.adoc: Fix "to diff" -> "to review" in review --revision description
  • rad-patch.1.adoc: Fix "--p" -> "-p" short flag for --patch option
  • CONTRIBUTING.md: Fix "For example." -> "For example," (orphaned period)

Signed-off-by: nullcurve did:key:z6MkpP5WGopov3BTRK9dmCo5TmqngpAuJ57JW8cywPggZ8HP@radicle.xyz Co-authored-by: Claude noreply@anthropic.com Co-Authored-By: Paperclip noreply@paperclip.ing

All checks passed — 1 passed View logs ↗
3 files changed +5 -5 bbb12796 1588ae63
modified CONTRIBUTING.md
@@ -236,7 +236,7 @@ When proposing changes via a patch:
   change, unless it's helpful to make a large change over multiple commits,
   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
-
   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.
   `cli:`, and *not* `radicle-cli:`. For documentation, you can use `docs:`,
   and for CI-related files, you can use `ci:`.
modified rad-patch.1.adoc
@@ -86,7 +86,7 @@ List patches in the current repository. The default is *--open*.
*--open*::                 List only open patches
*--draft*::                List only draft patches
*--authored*::             Show only patches that you have authored
-
*--author <did>*::         Show only patched where the given user is an author
+
*--author <did>*::         Show only patches where the given user is an author
                           (may be specified multiple times)

=== ready
@@ -101,8 +101,8 @@ to *open*.
Review a patch. Indicate acceptance or rejection of a patch revision along
with a comment.

-
*--revision*, *-r <revision-id>*::   The revision to diff (default: latest)
-
*--patch*, *--p*::                   Review by patch hunks
+
*--revision*, *-r <revision-id>*::   The revision to review (default: latest)
+
*--patch*, *-p*::                   Review by patch hunks
*--hunk <index>*::                   Only review a specific hunk
*--accept*::                         Accept a patch or set of hunks
*--reject*::                         Reject a patch or set of hunks
modified radicle-node.1.adoc
@@ -17,7 +17,7 @@ radicle-node - Radicle node
== Description

A Radicle node synchronizes its Git repositories with other nodes.
-
This manual page is a placeholder to point you at the *--help**
+
This manual page is a placeholder to point you at the *--help*
option.

== SEE ALSO ==