We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bd35de + 7a99bb3 commit 0d9a3e3Copy full SHA for 0d9a3e3
1 file changed
copier/questions/package_details.yml
@@ -46,8 +46,8 @@ email:
46
{% endif %}
47
code_of_conduct_email:
48
type: str
49
- default: "{{ email }}"
50
- help: What is the email address for code of conduct?
+ default: "{{ email }}"
+ help: What is the email address to report code of conduct violations?
51
when: "{{ template_profile != 'minimum' and AddPackageDetails }}"
52
validator: >-
53
{% if not (code_of_conduct_email | regex_search('([A-Za-z0-9]+[.-_])*[A-Za-z0-9]+@[A-Za-z0-9-]+(\.[A-Z|a-z]{2,})+')) %}
0 commit comments