File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 @@ -59,11 +59,10 @@ copyright_holder:
5959 help : Who is the copyright holder?
6060 when : " {{ template_profile != 'minimum' and AddPackageDetails }}"
6161
62- # calculated fields for GitHub
62+ # computed fields for GitHub
6363repository :
6464 default : git@github.com:{{ github_organization }}/{{ package_name }}
6565 when : false
66-
6766repository_url :
6867 default : https://github.com/{{ github_organization }}/{{ package_name }}
6968 when : false
You can’t perform that action at this time.
0 commit comments