File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,3 +60,34 @@ repository_url:
6060
6161
6262# Optional questions
63+
64+
65+ # user messages
66+
67+ _message_after_copy : |
68+ Your project "{{ package_name }}" has been created successfully!
69+
70+ Next steps:
71+
72+ 1. Change directory to the project root:
73+
74+ $ cd {{ _copier_conf.dst_path }}
75+
76+ 2. Read ("{{ package_name }}"/next_steps.md) which contains information on next steps.
77+
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+
89+ _message_before_update : |
90+ Thanks for updating your project using our template.
91+
92+ You'll be asked a series of questions whose answers are pre-populated
93+ with previously entered values. Feel free to change them as needed.
You can’t perform that action at this time.
0 commit comments