You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// LG: need support in PCC for setting CONTACT_URL template variable instead of CONTACT_EMAIL
1038
-
// LG: update cla-prod-projects project entry for CNCF to have project_template_id = '3c6bec1d-7394-468a-8681-ce1b7226e326'
1039
1037
ApacheStyleCNCFTemplateID: {
1040
1038
ID: ApacheStyleCNCFTemplateID,
1041
1039
Name: "Apache Style",
@@ -1053,11 +1051,6 @@ var templateMap = map[string]models.Template{
1053
1051
Description: "The Full Entity Name of the Project.",
1054
1052
TemplateVariable: "PROJECT_ENTITY_NAME",
1055
1053
},
1056
-
{
1057
-
Name: "Conctact URL",
1058
-
Description: "Contact URL (this is usually 'cncf.io/ccla' for CNCF), example: 'If providing a signed PDF, open a ticket at {{ CONTACT_URL }} and attach the scanned form'",
1059
-
TemplateVariable: "CONTACT_URL", // LG: Note that this requires support in PCC
1060
-
},
1061
1054
},
1062
1055
IclaFields: []*models.Field{
1063
1056
{
@@ -1260,7 +1253,7 @@ var templateMap = map[string]models.Template{
1260
1253
<p>
1261
1254
Project Name: {{ PROJECT_NAME }}</br>
1262
1255
Project Entity: {{ PROJECT_ENTITY_NAME }}</br>
1263
-
If providing a signed PDF, open a ticket at {{ CONTACT_URL }} and attach the scanned form
1256
+
If providing a signed PDF, open a ticket at cncf.io/icla and attach the scanned form
0 commit comments