Skip to content

Commit a4218b5

Browse files
author
Faruk
committed
add messages when creating and copying files
1 parent 89168be commit a4218b5

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

copier.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ repository_url:
6464

6565
# user messages
6666

67+
_message_before_copy: |
68+
Thanks for generating a project using our template.
69+
70+
You'll be asked a series of questions whose answers will be used to
71+
generate a tailored project for you.
72+
6773
_message_after_copy: |
6874
Your project "{{ package_name }}" has been created successfully!
6975
@@ -75,19 +81,13 @@ _message_after_copy: |
7581
7682
2. Read ("{{ package_name }}"/next_steps.md) which contains information on next steps.
7783
78-
_message_after_update: |
79-
Your project "{{ package_name }}" has been updated successfully!
80-
In case there are any conflicts, please resolve them. Then,
81-
you're done.
82-
83-
_message_before_copy: |
84-
Thanks for generating a project using our template.
85-
86-
You'll be asked a series of questions whose answers will be used to
87-
generate a tailored project for you.
88-
8984
_message_before_update: |
9085
Thanks for updating your project using our template.
9186
9287
You'll be asked a series of questions whose answers are pre-populated
9388
with previously entered values. Feel free to change them as needed.
89+
90+
_message_after_update: |
91+
Your project "{{ package_name }}" has been updated successfully!
92+
In case there are any conflicts, please resolve them. Then,
93+
you're done.

0 commit comments

Comments
 (0)