File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717* Make online documentation optional [ #476 ] ( https://github.com/NLeSC/python-template/pull/476 )
1818
1919### Changed
20+ * add extra info for sub-menus [ #628 ] ( https://github.com/NLeSC/python-template/pull/628 )
21+ * skip merging CHANGELOG.md and CODE_OF_CONDUCT.md if they exist [ #628 ] ( https://github.com/NLeSC/python-template/pull/628 )
2022* added value field to license options [ #617 ] ( https://github.com/NLeSC/python-template/pull/617 )
2123* fix filename typo of githooks [ #611 ] ( https://github.com/NLeSC/python-template/pull/609 )
2224* next_steps.md is shown as a copier message [ #609 ] ( https://github.com/NLeSC/python-template/pull/609 )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ SelectCodeQualityFeatures:
1414 help : Select code quality features
1515 multiselect : true
1616 choices :
17- GitHub Actions :
17+ GitHub Actions (selection on the next menu) :
1818 value : SelectGitHubActions_flag
1919 # validator: "{% if something != 'AnotherThing' %}BlaBla{% endif %}"
2020 Linting :
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ AddCodeConduct:
2626 type : bool
2727 default : " {{ 'AddCodeConduct_flag' in SelectCommunityFeatures }}"
2828 when : false
29-
3029AddContributing :
3130 type : bool
3231 default : " {{ 'AddContributing_flag' in SelectCommunityFeatures }}"
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ AddOnlineDocumentation:
2626 type : bool
2727 default : " {{ 'AddOnlineDocumentation_flag' in SelectDocumentationFeatures }}"
2828 when : false
29-
3029AddDevDoc :
3130 type : bool
3231 default : " {{ 'AddDevDoc_flag' in SelectDocumentationFeatures }}"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ SelectPublishReleaseFeatures:
1414 help : Select publish and release features
1515 multiselect : true
1616 choices :
17- Citation :
17+ Citation (selection on the next menu) :
1818 value : SelectCitation_flag
1919 # validator: "{% if something != 'AnotherThing' %}BlaBla{% endif %}"
2020 Changelog :
@@ -51,17 +51,14 @@ AddCitation:
5151 type : bool
5252 default : " {{ 'AddCitationFile_flag' in SelectCitation }}"
5353 when : false
54-
5554AddCFFConvert :
5655 type : bool
5756 default : " {{ 'AddCFFConvert_flag' in SelectCitation }}"
5857 when : false
59-
6058AddChangeLog :
6159 type : bool
6260 default : " {{ 'AddChangeLog_flag' in SelectPublishReleaseFeatures }}"
6361 when : false
64-
6562AddZenodo :
6663 type : bool
6764 default : " {{ 'AddZenodo_flag' in SelectPublishReleaseFeatures }}"
Original file line number Diff line number Diff line change @@ -51,7 +51,9 @@ copyright_holder:
5151 {% if not copyright_holder %}
5252 This field cannot be empty as it will be used in content of the generated files.
5353 {% endif %}
54- # calculated fields for GitHub
54+
55+
56+ # computed fields
5557repository :
5658 default : git@github.com:{{ github_organization }}/{{ package_name }}
5759 when : false
Original file line number Diff line number Diff line change @@ -6,3 +6,5 @@ _skip_if_exists:
66 - " pyproject.toml"
77 - CITATION.cff
88 - LICENSE
9+ - CHANGELOG.md
10+ - CODE_OF_CONDUCT.md
You can’t perform that action at this time.
0 commit comments