We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119c215 commit e29a344Copy full SHA for e29a344
src/config/constants.js
@@ -289,13 +289,11 @@ export const MILESTONE_STATUS = {
289
CANCELLED: 'cancelled'
290
}
291
292
-export const MULTI_ROUND_CHALLENGE_DESC_TEMPLATE = '## Challenge Introduction\n' +
+export const MULTI_ROUND_CHALLENGE_DESC_TEMPLATE = '\n\n### Round 1 Requirements\n' +
293
'\n' +
294
- '## Round 1 Requirements\n' +
+ '### Round 2 Requirements\n' +
295
296
- '## Round 2 Requirements\n' +
297
- '\n' +
298
- '## Challenge Description'
+ '### Challenge Description'
299
300
export const MAX_CHECKPOINT_PRIZE_COUNT = 8
301
export const DEFAULT_CHECKPOINT_PRIZE = 50
0 commit comments