From 9c2fdeb2aea9aa8975c281c82748478498c11c25 Mon Sep 17 00:00:00 2001 From: Tim Sviridov Date: Fri, 19 Oct 2018 15:50:09 +1000 Subject: [PATCH 1/2] fix(engine.ts): Fix typo in subject prompt Hopefully you are nice and relaxed when writing your commit messages. --- engine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine.js b/engine.js index 2511b048..9c416c18 100644 --- a/engine.js +++ b/engine.js @@ -63,7 +63,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', default: options.defaultSubject }, { type: 'input', From 5b395b6aa121587ea2a051619e2347ea117a7096 Mon Sep 17 00:00:00 2001 From: David Welch Date: Mon, 24 Aug 2020 13:48:08 -0500 Subject: [PATCH 2/2] style: Change 'tense' to 'mood' --- engine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine.js b/engine.js index 9c416c18..a663ab2c 100644 --- a/engine.js +++ b/engine.js @@ -63,7 +63,7 @@ module.exports = function (options) { }, { type: 'input', name: 'subject', - message: 'Write a short, imperative, terse description of the change:\n', + message: 'Write a short, imperative, mood description of the change:\n', default: options.defaultSubject }, { type: 'input',