Skip to content

fix(issue-create): allow empty issue bodies#188

Merged
barrettruth merged 1 commit intomainfrom
fix/issue-create-empty-body
Apr 12, 2026
Merged

fix(issue-create): allow empty issue bodies#188
barrettruth merged 1 commit intomainfrom
fix/issue-create-empty-body

Conversation

@barrettruth
Copy link
Copy Markdown
Owner

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.

GitHub issue creation does not require a non-empty body, but the compose flow currently aborts before submission when the body is blank. Allow empty bodies while keeping the empty-title and unchanged-template guards, and cover the behavior with a focused compose regression test.
@barrettruth barrettruth merged commit 3b2f97d into main Apr 12, 2026
6 of 8 checks passed
@barrettruth barrettruth deleted the fix/issue-create-empty-body branch April 12, 2026 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant