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 b3205d1 commit a88cec3Copy full SHA for a88cec3
commitizen/commands/init.py
@@ -82,10 +82,12 @@ 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."
+ "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
90
)
- out.line("For further configuration visit:")
- out.line("\n\thttps://commitizen-tools.github.io/commitizen/config/\n")
91
92
# Collect information
93
try:
0 commit comments