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
+19-15Lines changed: 19 additions & 15 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
{
@@ -73,13 +74,14 @@
73
74
"group": {
74
75
"name": "${ challenge.name }",
75
76
"description": "Welcome to [${ challenge.name }](<%- challenge.url %>) Forum.",
77
+
"selfServiceDescription": "Welcome to ${ challenge.name } Forum.",
76
78
"privacy": "secret",
77
79
"type": "challenge"
78
80
},
79
81
"categories": [
80
82
{
81
83
"name": "Code Documents",
82
-
"selfservice": false,
84
+
"selfService": false,
83
85
"urlcode": "${ challenge.id }-documents",
84
86
"discussions": [
85
87
{
@@ -98,7 +100,7 @@
98
100
},
99
101
{
100
102
"name": "Code Questions",
101
-
"selfservice": false,
103
+
"selfService": false,
102
104
"urlcode": "${ challenge.id }-questions",
103
105
"discussions": [
104
106
{
@@ -111,7 +113,7 @@
111
113
},
112
114
{
113
115
"name": "General Questions",
114
-
"selfservice": true,
116
+
"selfService": true,
115
117
"urlcode": "${ challenge.id }-questions",
116
118
"discussions": [
117
119
{
@@ -136,7 +138,8 @@
136
138
"urlcode": "$ { challenge.id }",
137
139
"group": {
138
140
"name": "${ challenge.name }",
139
-
"description": "Welcome to the challenge forum.",
141
+
"description": "Welcome to [${ challenge.name }](<%- challenge.url %>) Forum.",
142
+
"selfServiceDescription": "Welcome to ${ challenge.name } Forum.",
140
143
"privacy": "secret",
141
144
"type": "challenge"
142
145
},
@@ -146,35 +149,35 @@
146
149
"body": "Spec Review Discussion",
147
150
"announce": 0,
148
151
"closed": 0,
149
-
"selfservice": false
152
+
"selfService": false
150
153
},
151
154
{
152
155
"title": "Please give us feedback on this challenge!",
153
156
"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 %>",
154
157
"announce": 0,
155
158
"closed": 0,
156
-
"selfservice": false
159
+
"selfService": false
157
160
},
158
161
{
159
162
"title": "Welcome!",
160
163
"body": "Please read the requirements carefully. If you have questions, please let me know, I'll be glad to help you.",
0 commit comments