Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
8691371
use placeholder instead of default values
fdiblen Aug 22, 2024
65761d9
update package_name validator message
fdiblen Aug 22, 2024
1dc991b
add help text to version question and update question order
fdiblen Aug 22, 2024
136c07b
set ask option as default
fdiblen Aug 22, 2024
d04dcbd
do not ask package details for minimum profile
fdiblen Aug 22, 2024
b649b5f
update organization question helper
fdiblen Aug 22, 2024
5992506
order questions
fdiblen Aug 22, 2024
42ec98f
change the default license to Apache 2.0
fdiblen Aug 22, 2024
00f3582
move copier settings and user messages to separate yml files and keep…
fdiblen Aug 22, 2024
24e5c06
fix the unit tests
fdiblen Aug 22, 2024
a4ae2ad
do not ask copyrightholder in minimum profile
fdiblen Aug 22, 2024
9fb42a5
fix full_name issue when using minimum profile
fdiblen Aug 22, 2024
d8a4b8d
initial grouping of questions
fdiblen Aug 22, 2024
e715675
ask for confirmation before package details questions
fdiblen Aug 22, 2024
bbc96a7
improve profile selection question
fdiblen Aug 22, 2024
59371af
add a text about placeholder to the messages
fdiblen Aug 22, 2024
e51c0ee
add helper text for the package details questions
fdiblen Aug 22, 2024
6e485d8
fix formatting of copier yaml files
fdiblen Aug 22, 2024
c4a6a7e
Merge branch '461_next_steps' into 440_default_values
fdiblen Aug 22, 2024
8702be7
Merge branch 'main' into 440_default_values
fdiblen Aug 22, 2024
3e8da9f
add a new yaml file for profiles
fdiblen Aug 22, 2024
5786282
update the changelog
fdiblen Aug 22, 2024
91d9ab1
movi profile question to copier/profiles.yml
fdiblen Aug 22, 2024
1074657
fix the tests in tests/test_values.py
fdiblen Aug 22, 2024
e4c9467
Update copier.yml
fdiblen Aug 23, 2024
8ef8708
Update copier.yml
fdiblen Aug 23, 2024
35b6d98
Update copier/questions/features.yml
fdiblen Aug 23, 2024
e5fd645
Update copier/questions/features.yml
fdiblen Aug 23, 2024
24e5cce
Update copier/questions/package_details.yml
fdiblen Aug 23, 2024
6f58f48
Update copier/questions/package_details.yml
fdiblen Aug 23, 2024
dd18d64
Merge branch 'main' into 440_default_values
fdiblen Aug 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
order questions
  • Loading branch information
fdiblen committed Aug 22, 2024
commit 5992506f2c19d023cdf0642f967c10394c9ba943
6 changes: 3 additions & 3 deletions copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ email:
type: str
placeholder: yourname@esciencecenter.nl
when: "{{ template_profile != 'minimum' }}"
copyright_holder:
type: str
placeholder: Netherlands eScience Center
code_of_conduct_email:
type: str
placeholder: "{{ email }}"
when: "{{ template_profile != 'minimum' }}"
copyright_holder:
type: str
placeholder: Netherlands eScience Center

# calculated fields for GitHub
repository:
Expand Down