We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e159742 commit 5b432f3Copy full SHA for 5b432f3
1 file changed
copier/questions/package_details.yml
@@ -47,7 +47,10 @@ copyright_holder:
47
type: str
48
placeholder: Netherlands eScience Center
49
help: Who is the copyright holder?
50
-
+ validator: >-
51
+ {% if not copyright_holder %}
52
+ This field cannot be empty as it will be used in content of the generated files.
53
+ {% endif %}
54
# calculated fields for GitHub
55
repository:
56
default: git@github.com:{{ github_organization }}/{{ package_name }}
0 commit comments