File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed 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_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.
You can’t perform that action at this time.
0 commit comments