We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff0403 commit a1dbbe4Copy full SHA for a1dbbe4
lib/questions.js
@@ -49,7 +49,7 @@ const questions = (config) => {
49
{
50
type: 'confirm',
51
name: 'body',
52
- message: 'Do you want to add more information to your commit?',
+ message: 'Do you want to add a body?',
53
when: () => config.questions.body,
54
default: false,
55
},
0 commit comments