Skip to content

Commit 56ee34f

Browse files
committed
Remove default welcome
1 parent 59cbd9e commit 56ee34f

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

config/template.json

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@
5656
"selfservice": true,
5757
"urlcode": "${ challenge.id }-questions",
5858
"discussions": [
59-
{
60-
"title": "Welcome!",
61-
"body": "Please read the requirements carefully. If you have questions, please let me know, I'll be glad to help you.",
62-
"announce": 0,
63-
"closed": 0
64-
}
6559
]
6660
}
6761
]
@@ -114,12 +108,6 @@
114108
"selfservice": true,
115109
"urlcode": "${ challenge.id }-questions",
116110
"discussions": [
117-
{
118-
"title": "Welcome!",
119-
"body": "Please read the requirements carefully. If you have questions, please let me know, I'll be glad to help you.",
120-
"announce": 0,
121-
"closed": 0
122-
}
123111
]
124112
}
125113
]
@@ -168,13 +156,6 @@
168156
"announce": 1,
169157
"closed": 1,
170158
"selfservice": false
171-
},
172-
{
173-
"title": "Welcome!",
174-
"body": "Please read the requirements carefully. If you have questions, please let me know, I'll be glad to help you.",
175-
"announce": 0,
176-
"closed": 0,
177-
"selfservice": true
178159
}
179160
]
180161
}
@@ -232,12 +213,6 @@
232213
"selfservice": true,
233214
"urlcode": "${ challenge.id }-questions",
234215
"discussions": [
235-
{
236-
"title": "Welcome!",
237-
"body": "Please read the requirements carefully. If you have questions, please let me know, I'll be glad to help you.",
238-
"announce": 0,
239-
"closed": 0
240-
}
241216
]
242217
}
243218
]

0 commit comments

Comments
 (0)