Skip to content

Commit a5efb46

Browse files
committed
reorganize the questions
1 parent ead72ca commit a5efb46

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

copier.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,6 @@ version:
2323
github_organization:
2424
type: str
2525
default: "<my-github-organization>"
26-
license:
27-
type: str
28-
choices:
29-
- "Apache Software License 2.0"
30-
- "MIT license"
31-
- "BSD license"
32-
- "ISC license"
33-
- "GNU General Public License v3 or later"
34-
- "GNU Lesser General Public License v3 or later"
35-
- "Not open source"
36-
default: "MIT license"
3726
full_name:
3827
type: str
3928
default: Jane Smith
@@ -69,7 +58,19 @@ template_profile:
6958
Let me choose (decide each feature yourself): "ask"
7059

7160

72-
# Optional questions
61+
# extra questions
62+
license:
63+
type: str
64+
choices:
65+
- "Apache Software License 2.0"
66+
- "MIT license"
67+
- "BSD license"
68+
- "ISC license"
69+
- "GNU General Public License v3 or later"
70+
- "GNU Lesser General Public License v3 or later"
71+
- "Not open source"
72+
default: "MIT license"
73+
7374
AddGitHubActions:
7475
when: "{{ template_profile == 'ask' }}"
7576
type: bool

0 commit comments

Comments
 (0)