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

Merged
barrettruth merged 1 commit from fix/issue-create-empty-body into main 2026-04-12 20:31:16 +00:00
barrettruth commented 2026-04-12 20:30:25 +00:00

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.

## 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.
Sign in to join this conversation.
No description provided.