Skip to content

Commit 2d09cbc

Browse files
woileLee-W
andauthored
fix(init): welcome message
Co-authored-by: Wei Lee <weilee.rx@gmail.com>
1 parent 45bf388 commit 2d09cbc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

commitizen/commands/init.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@ def __call__(self):
8282

8383
out.info("Welcome to commitizen!\n")
8484
out.line(
85-
"The prompts will ask you different questions " "to configure your project."
85+
"The prompts will ask you different questions to configure your project.\n"
86+
"For further configuration visit:\n"
87+
"\n"
88+
"https://commitizen-tools.github.io/commitizen/config/"
8689
)
87-
out.line("For further configuration visit:")
88-
out.line("\n\thttps://commitizen-tools.github.io/commitizen/config/\n")
8990

9091
# Collect information
9192
try:

0 commit comments

Comments
 (0)