We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a247d commit a0d485fCopy full SHA for a0d485f
1 file changed
copier/questions/essential.yml
@@ -20,6 +20,10 @@ full_name:
20
type: str
21
placeholder: Jane Smith
22
help: Enter your full name
23
+ validator: >-
24
+ {% if not full_name %}
25
+ Name cannot be empty
26
+ {% endif %}
27
license:
28
29
choices:
0 commit comments