Skip to content

Commit af6f53b

Browse files
authored
Merge pull request #443 from NLeSC/409_additional_messages
409 additional messages
2 parents 6328722 + d711d6a commit af6f53b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

copier.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,34 @@ repository_url:
6060

6161

6262
# Optional questions
63+
64+
65+
# user messages
66+
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+
73+
_message_after_copy: |
74+
Your project "{{ package_name }}" has been created successfully!
75+
76+
Next steps:
77+
78+
1. Change directory to the project root:
79+
80+
$ cd {{ _copier_conf.dst_path }}
81+
82+
2. Read next_steps.md which contains information on next steps.
83+
84+
_message_before_update: |
85+
Thanks for updating your project using our template.
86+
87+
You'll be asked a series of questions whose answers are pre-populated
88+
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)