CannedResponses: status quo is present not in the past

Junio C Hamano committed May 21, 2025 at 09:45 UTC 176ce31fe375dbb2423e74daf5343dee2e359a4a
1 file changed +5 -3
CannedResponses
+5 -3
@@ -3,9 +3,11 @@
3
4 The usual way to compose a log message of this project is to
5
6 - - Give an observation on how the current system works in the present
7 - tense (so no need to say "Currently X is Y", just "X is Y"), and
8 - discuss what you perceive as a problem in it.
6 + - Give an observation on how the current system works in the
7 + present tense (so no need to say "Currently X is Y", or
8 + "Previously X was Y" to describe the state before your change;
9 + just "X is Y" is enough), and discuss what you perceive as a
10 + problem in it.
11
12 - Propose a solution (optional---often, problem description
13 trivially leads to an obvious solution in reader's minds).