diff --git a/README.md b/README.md index 76e0cdf84..937b4637c 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,10 @@ will result in this series of questions:
   name_of_the_project? Format: yaml
 šŸŽ¤ [My awesome project]:
+
   number_of_eels? Format: yaml
 šŸŽ¤ [1234]:
+
   your_email? Format: yaml
 šŸŽ¤ []:
 
diff --git a/copier/config/user_data.py b/copier/config/user_data.py index a891bf531..7072751e0 100644 --- a/copier/config/user_data.py +++ b/copier/config/user_data.py @@ -155,7 +155,7 @@ def query_user_data( result[question] = default continue # Generate message to ask the user - message = f"{INDENT}{bold | question}? Format: {type_name}\nšŸŽ¤ " + message = f"\n{INDENT}{bold | question}? Format: {type_name}\nšŸŽ¤ " if details.get("help"): message = f"{info & italics | details['help']}\n{message}" # Use the right method to ask