Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a88cec3

Browse files
woileLee-W
andcommitted
fix(init): welcome message
Co-authored-by: Wei Lee <weilee.rx@gmail.com>
1 parent b3205d1 commit a88cec3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

commitizen/commands/init.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,12 @@ 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+
"Answer the questions to configure your project.\n"
86+
"For further configuration visit:\n"
87+
"\n"
88+
"https://commitizen-tools.github.io/commitizen/config/"
89+
"\n"
8690
)
87-
out.line("For further configuration visit:")
88-
out.line("\n\thttps://commitizen-tools.github.io/commitizen/config/\n")
8991

9092
# Collect information
9193
try:

0 commit comments

Comments
 (0)