Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports = function (options) {
}, {
type: 'input',
name: 'subject',
message: 'Write a short, imperative tense description of the change:\n'
message: 'Write a short, imperative terse description of the change:\n'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Imperative tense here refers to the Imperative Mood, it was not meant to mean a terse (short) description.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @LinusU -- that makes so much sense now. My apologies.

}, {
type: 'input',
name: 'body',
Expand Down