Skip to content

Commit f459750

Browse files
Adjust commit message template (#2225)
* Adjust commit message template All issue tags in the template use colons, but none of the real-world examples mentioned below actually does. This change removes colons from the template to not confuse contributors. Closes #2224 Signed-off-by: Igor Munkin <imun@tarantool.org> * Update translations Co-authored-by: Nick Volynkin <nick.volynkin@gmail.com>
1 parent 34cb83c commit f459750

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

doc/dev_guide/developer_guidelines.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ A template:
9393
by a single space, with blank lines in between, but conventions
9494
vary here.
9595
96-
Fixes: #123
97-
Closes: #456
98-
Needed for: #859
99-
See also: #343, #789
96+
Fixes #123
97+
Closes #456
98+
Needed for #859
99+
See also #343, #789
100100
101101
Some real-world examples:
102102

locale/ru/LC_MESSAGES/dev_guide/developer_guidelines.po

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ msgid ""
172172
" by a single space, with blank lines in between, but conventions\n"
173173
" vary here.\n"
174174
"\n"
175-
"Fixes: #123\n"
176-
"Closes: #456\n"
177-
"Needed for: #859\n"
178-
"See also: #343, #789"
175+
"Fixes #123\n"
176+
"Closes #456\n"
177+
"Needed for #859\n"
178+
"See also #343, #789"
179179
msgstr ""
180180
"Кратко сформулируйте изменения в пределах 50 символов.\n"
181181
"\n"
@@ -200,10 +200,10 @@ msgstr ""
200200
" пробел, а между строками вставляются пустые строки, но в данном случае\n"
201201
" условные обозначения могут разниться.\n"
202202
"\n"
203-
"Исправляет: #123\n"
204-
"Закрывает: #456\n"
205-
"Необходим для: #859\n"
206-
"См. также: #343, #789"
203+
"Fixes #123\n"
204+
"Closes #456\n"
205+
"Needed for #859\n"
206+
"See also #343, #789"
207207

208208
msgid "Some real-world examples:"
209209
msgstr "Некоторые реальные примеры:"

0 commit comments

Comments
 (0)