Merge pull request #955 from vilmibm/skipfix

reenable skipping body prompt for pr/issue
This commit is contained in:
Nate Smith 2020-05-18 14:23:24 -05:00 committed by GitHub
commit b904ed6556
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",