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
Copy file name to clipboardExpand all lines: config/template.json
+18-14Lines changed: 18 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,14 @@
15
15
"group": {
16
16
"name": "${ challenge.name }",
17
17
"description": "Welcome to [${ challenge.name }](<%- challenge.url %>) Forum.",
18
+
"selfServiceDescription": "Welcome to ${ challenge.name } Forum.",
18
19
"privacy": "secret",
19
20
"type": "challenge"
20
21
},
21
22
"categories": [
22
23
{
23
24
"name": "Code Documents",
24
-
"selfservice": false,
25
+
"selfService": false,
25
26
"urlcode": "${ challenge.id }-documents",
26
27
"discussions": [
27
28
{
@@ -40,7 +41,7 @@
40
41
},
41
42
{
42
43
"name": "Code Questions",
43
-
"selfservice": false,
44
+
"selfService": false,
44
45
"urlcode": "${ challenge.id }-questions",
45
46
"discussions": [
46
47
{
@@ -53,7 +54,7 @@
53
54
},
54
55
{
55
56
"name": "General Questions",
56
-
"selfservice": true,
57
+
"selfService": true,
57
58
"urlcode": "${ challenge.id }-questions",
58
59
"discussions": [
59
60
]
@@ -67,13 +68,14 @@
67
68
"group": {
68
69
"name": "${ challenge.name }",
69
70
"description": "Welcome to [${ challenge.name }](<%- challenge.url %>) Forum.",
71
+
"selfServiceDescription": "Welcome to ${ challenge.name } Forum.",
70
72
"privacy": "secret",
71
73
"type": "challenge"
72
74
},
73
75
"categories": [
74
76
{
75
77
"name": "Code Documents",
76
-
"selfservice": false,
78
+
"selfService": false,
77
79
"urlcode": "${ challenge.id }-documents",
78
80
"discussions": [
79
81
{
@@ -92,7 +94,7 @@
92
94
},
93
95
{
94
96
"name": "Code Questions",
95
-
"selfservice": false,
97
+
"selfService": false,
96
98
"urlcode": "${ challenge.id }-questions",
97
99
"discussions": [
98
100
{
@@ -105,7 +107,7 @@
105
107
},
106
108
{
107
109
"name": "General Questions",
108
-
"selfservice": true,
110
+
"selfService": true,
109
111
"urlcode": "${ challenge.id }-questions",
110
112
"discussions": [
111
113
]
@@ -124,7 +126,8 @@
124
126
"urlcode": "$ { challenge.id }",
125
127
"group": {
126
128
"name": "${ challenge.name }",
127
-
"description": "Welcome to the challenge forum.",
129
+
"description": "Welcome to [${ challenge.name }](<%- challenge.url %>) Forum.",
130
+
"selfServiceDescription": "Welcome to ${ challenge.name } Forum.",
128
131
"privacy": "secret",
129
132
"type": "challenge"
130
133
},
@@ -134,28 +137,28 @@
134
137
"body": "Spec Review Discussion",
135
138
"announce": 0,
136
139
"closed": 0,
137
-
"selfservice": false
140
+
"selfService": false
138
141
},
139
142
{
140
143
"title": "Please give us feedback on this challenge!",
141
144
"body": "Hi Competitors,\n\nAt topcoder, we are always trying to continuously improve how we are running competitions and tasks for our competitors. Part of this involves getting feedback from you on how well our tasks and challenges are being managed.\n\nPlease take 2-3 minutes to fill out this survey. The results will be used to identify areas of improvement, follow on training, procedural changes, etc. \n\n https://www.surveymonkey.com/r/3SYYTHP?Challenge_ID=<%- challenge.id %>",
142
145
"announce": 0,
143
146
"closed": 0,
144
-
"selfservice": false
147
+
"selfService": false
145
148
},
146
149
{
147
150
"title": "Welcome!",
148
151
"body": "Please read the requirements carefully. If you have questions, please let me know, I'll be glad to help you.",
0 commit comments