docs: rewrite vimdoc and migration notes for implicit refs #394
Labels
No labels
bug
documentation
duplicate
enhancement
fugitive
good first issue
help wanted
invalid
question
v0.1.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/forge.nvim#394
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of #389.
Depends on #391, #392, and #393.
Suggested order: 5.
Problem
The current vimdoc and public API docs describe an explicit-number PR model and low-level Lua helpers as the main public surface. That will be wrong or misleading once current-PR commands and high-level Lua entrypoints exist.
Proposed solution
Rewrite the affected docs around the new canonical model.
Key points to document:
:Forge pr,:Forge review, and:Forge pr ciresolve the current PR implicitly:Forge ciremains current-branch CI history:Forge pr createbehavior and older Lua examplesScope
doc/forge.nvim.txtAcceptance criteria
Out of scope