We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45bf388 commit 2d09cbcCopy full SHA for 2d09cbc
commitizen/commands/init.py
@@ -82,10 +82,11 @@ def __call__(self):
82
83
out.info("Welcome to commitizen!\n")
84
out.line(
85
- "The prompts will ask you different questions " "to configure your project."
+ "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/"
89
)
- out.line("For further configuration visit:")
- out.line("\n\thttps://commitizen-tools.github.io/commitizen/config/\n")
90
91
# Collect information
92
try:
0 commit comments