We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953db45 commit 71929ebCopy full SHA for 71929eb
1 file changed
copier/messages.yml
@@ -30,13 +30,11 @@ _message_after_copy: |
30
and create a new repository named `{{ package_name }}` as an empty repository, then push your commits to GitHub:
31
32
git push --set-upstream origin main
33
-
34
- {% if AddDevDoc -%}
+ {% if AddDevDoc %}
35
- Project development documentation
36
37
The README.dev.md contains developer documentation
38
- {%- endif %}
39
+ {% endif %}
40
- Project layout explained
41
42
For an explanation of what files are there, and what each of these do, please refer to {{ _copier_conf.dst_path }}/project_setup.md
0 commit comments