File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,6 @@ version:
2323github_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"
3726full_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+
7374AddGitHubActions :
7475 when : " {{ template_profile == 'ask' }}"
7576 type : bool
You can’t perform that action at this time.
0 commit comments