Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 19f9bc2

Browse files
author
Vikas Agarwal
committed
Github issue#98, Copy changes for new project creation CodeBot message
— Updated
1 parent 5195a5a commit 19f9bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ module.exports = {
165165
discourse: {
166166
project: {
167167
created: {
168-
title: 'Your project has been created, and we\'re ready for your specification',
169-
content: data => `Hello, Coder here! Your project '${data.projectName}' has been drafted. If you have your requirements documented, just verify it against our checklist and then upload it on the <a href="${data.projectUrl}scope/" rel="nofollow">Scope</a> section. Once you've finalized your scope, select the "Submit for Review" button. Topcoder will then review your drafted project and will assign a manager to get your delivery in-progress! Get stuck or need help? Email us at <a href="mailto:support@topcoder.com?subject=Question%20Regarding%20My%20New%20Topcoder%20Connect%20Project" rel="nofollow">support@topcoder.com</a>.`,
168+
title: 'Share requirements and submit your draft project for review.',
169+
content: data => `Your project '${data.projectName}' has been drafted. If you have requirements documented, share them for review under the Files or Links section. Once you’re ready, click the "Submit for Review" button. Topcoder will then review your drafted project and will get your project started! Get stuck or need help? Email us at <a href="mailto:support@topcoder.com?subject=Question%20Regarding%20My%20New%20Topcoder%20Connect%20Project" rel="nofollow">support@topcoder.com</a>.`,
170170
},
171171
submittedForReview: {
172172
title: 'Your project has been submitted for review',

0 commit comments

Comments
 (0)