From 228d01a037eef834f0c634cb694f7385214da6bf Mon Sep 17 00:00:00 2001 From: vilmibm Date: Mon, 18 May 2020 10:23:20 -0500 Subject: [PATCH] reenable skipping body prompt for pr/issue --- command/title_body_survey.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/title_body_survey.go b/command/title_body_survey.go index 17f7af9fd..0fb39d349 100644 --- a/command/title_body_survey.go +++ b/command/title_body_survey.go @@ -159,6 +159,7 @@ func titleBodySurvey(cmd *cobra.Command, issueState *issueMetadataState, apiClie bodyQuestion := &survey.Question{ Name: "body", Prompt: &surveyext.GhEditor{ + BlankAllowed: true, EditorCommand: editorCommand, Editor: &survey.Editor{ Message: "Body",