fix(issue-create): allow empty issue bodies #188
No reviewers
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!188
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-create-empty-body"
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?
Problem
Issue compose currently aborts when the body is left blank, even though GitHub issue creation does not require a non-empty body. That makes the compose flow stricter than the underlying forge and drops otherwise valid issue submissions.
Solution
Remove the empty-body abort from issue compose while keeping the empty-title and unchanged-template guards in place. Update the compose/vimdoc messaging to describe the new behavior and add a focused regression spec that exercises saving an issue with an empty body.