docs: update commands titles and descriptions

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-09-12 09:43:37 +00:00
parent 4360aa192c
commit 4bcf104c80
17 changed files with 41 additions and 40 deletions

View File

@@ -19,20 +19,20 @@
- [Reply to Issues and Patches](reply.md)
- [Issue Management](issue/README.md)
- [Create an Issue](issue/new.md)
- [View an Issue By ID](issue/view.md)
- [Reopen a Closed Issue](issue/reopen.md)
- [Closes an Open Issue](issue/close.md)
- [Resolves an Issue](issue/resolve.md)
- [List Repositories Issues](issue/list.md)
- [View an Issue](issue/view.md)
- [Reopen an Issue](issue/reopen.md)
- [Close an Issue](issue/close.md)
- [Resolve an Issue](issue/resolve.md)
- [List Issues](issue/list.md)
- [Patch Management](patch/README.md)
- [Send Patches to a Repository](patch/send.md)
- [Fetch a Patch By ID](patch/fetch.md)
- [Reopens a Closed or Drafted Patch](patch/reopen.md)
- [Closes an Open or Drafted Patch](patch/close.md)
- [Draft an Open Patch](patch/draft.md)
- [Apply an Open Patch](patch/apply.md)
- [Merge an Open Patch](patch/merge.md)
- [List Repositories Patches](patch/list.md)
- [Fetch a Patch](patch/fetch.md)
- [Close a Patch](patch/close.md)
- [Convert to Draft](patch/draft.md)
- [Reopen a Patch](patch/reopen.md)
- [Mark as Applied](patch/apply.md)
- [Mark as Merged](patch/merge.md)
- [List Patches](patch/list.md)
- [Pull Request Management](pr/README.md)
- [Create a Pull Request](pr/new.md)
- [Update a Pull Request](pr/update.md)
@@ -42,4 +42,4 @@
- [Convert to Draft](pr/draft.md)
- [Reopen a Pull Request](pr/reopen.md)
- [Mark as Applied](pr/apply.md)
- [Merge a Pull Request](pr/merge.md)
- [Mark as Merged](pr/merge.md)