Skip to content

Commit 2316231

Browse files
authored
Merge pull request #628 from NLeSC/579_submenu_messages
579-submenu messages
2 parents c1e9e9a + 74b8824 commit 2316231

7 files changed

Lines changed: 9 additions & 8 deletions

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
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)

copier/questions/features_code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

copier/questions/features_community.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ AddCodeConduct:
2626
type: bool
2727
default: "{{ 'AddCodeConduct_flag' in SelectCommunityFeatures }}"
2828
when: false
29-
3029
AddContributing:
3130
type: bool
3231
default: "{{ 'AddContributing_flag' in SelectCommunityFeatures }}"

copier/questions/features_documentation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ AddOnlineDocumentation:
2626
type: bool
2727
default: "{{ 'AddOnlineDocumentation_flag' in SelectDocumentationFeatures }}"
2828
when: false
29-
3029
AddDevDoc:
3130
type: bool
3231
default: "{{ 'AddDevDoc_flag' in SelectDocumentationFeatures }}"

copier/questions/features_publish_release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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-
5554
AddCFFConvert:
5655
type: bool
5756
default: "{{ 'AddCFFConvert_flag' in SelectCitation }}"
5857
when: false
59-
6058
AddChangeLog:
6159
type: bool
6260
default: "{{ 'AddChangeLog_flag' in SelectPublishReleaseFeatures }}"
6361
when: false
64-
6562
AddZenodo:
6663
type: bool
6764
default: "{{ 'AddZenodo_flag' in SelectPublishReleaseFeatures }}"

copier/questions/package_details.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
5557
repository:
5658
default: git@github.com:{{ github_organization }}/{{ package_name }}
5759
when: false

copier/settings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)