Skip to content

Commit 7a99bb3

Browse files
committed
update the code of conduct email question
1 parent eb1f02c commit 7a99bb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

copier/questions/package_details.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ email:
4646
{% endif %}
4747
code_of_conduct_email:
4848
type: str
49-
default: "{{ email }}"
50-
help: What is the email address for code of conduct?
49+
default: "{{ email }}"
50+
help: What is the email address to report code of conduct violations?
5151
when: "{{ template_profile != 'minimum' and AddPackageDetails }}"
5252
validator: >-
5353
{% 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

Comments
 (0)