Skip to content

Commit 8f22f98

Browse files
committed
ask copyright holder in all profiles
1 parent 60775bf commit 8f22f98

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

copier/questions/essential.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@ license:
4242
Other (add your own license):
4343
value: Other
4444
default: "Apachev2"
45+
copyright_holder:
46+
type: str
47+
placeholder: Netherlands eScience Center
48+
help: Who is the copyright holder?
49+
when: "{{ template_profile != 'minimum' and AddPackageDetails }}"

copier/questions/package_details.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,7 @@ code_of_conduct_email:
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,})+')) %}
5454
Please enter a valid email address
5555
{% endif %}
56-
copyright_holder:
57-
type: str
58-
placeholder: Netherlands eScience Center
59-
help: Who is the copyright holder?
60-
when: "{{ template_profile != 'minimum' and AddPackageDetails }}"
56+
6157
6258
# calculated fields for GitHub
6359
repository:

0 commit comments

Comments
 (0)