We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fdc5c6 commit 9ab5459Copy full SHA for 9ab5459
1 file changed
copier.yml
@@ -38,8 +38,8 @@ project_organization:
38
help: What github organization will your project live under?
39
default: my_organization
40
validator: >-
41
- {% if not (project_organization | regex_search('^[a-z][a-z0-9\_\-]+$')) %}
42
- Must use a lowercase letter followed by one or more of (a-z, 0-9, _, -).
+ {% if not (project_organization | regex_search('^[a-zA-Z0-9][a-zA-Z0-9\-]*$')) %}
+ The name may only contain alphanumeric characters or single hyphens, and cannot begin or end with a hyphen.
43
{% endif %}
44
45
author_name:
0 commit comments