Skip to content

Commit

Permalink
Simplify Onboarding Assistant message (#15)
Browse files Browse the repository at this point in the history
Co-Authored-By: Raksha Thammaiah <[email protected]>
  • Loading branch information
0x2b3bfa0 and rakshathammaiah committed Sep 2, 2024
1 parent c7aef0c commit 06a75b4
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions onboarding-assistant/code/modules/interface/welcome.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":wave: *Hi <@{user}>! we're happy you're here!*"
"text": ":wave: *Hi <@{user}>! We're happy you're here!*"
}
},
{
Expand Down Expand Up @@ -34,28 +34,14 @@
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":mag: *2.* Want to learn more? Read the <https://docs.google.com/document/d/1ucSOmR4eMEREzmAdJJRjYzQhWEzO9TnddqUnKzxWDRc/edit|Starting at Helpful> guide and check out current projects on the <https://helpful.directory/projects|Hub>."
"text": ":mag: *2.* Want to learn more? Read the *RESEARCH* section on our <https://helpfulengineering.org|website>."
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":people_holding_hands: *3.* Want to know how we work together? Take a peek at our <https://docs.google.com/document/d/1uxPBapZFlxBCpPjn_qAJcRyFuwFp85K4WfOxB4xjZnU/edit|community’s values>."
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":bulb: *4.* Want to start a new project? Check out the <https://www.notion.so/helpfulengineering/How-to-Start-a-New-Project-Details-996acfca626543aba57be357d4fe945b|How to Start a New Project Guide>, talk about your idea on #discussion-new-projects and ask for a new channel at #new-channel-request."
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": ":hammer_and_wrench: *4.* Have manufacturing or prototyping resources? Please complete the <https://docs.google.com/forms/d/e/1FAIpQLSfCzXLp4cvlgBFh1OR81-Kek6SAGnNC8jJQcHyBUJbPSIvXgA/viewform|Manufacturer Database form> too."
"text": ":bulb: *3.* Want to start a new project? Please email us at <mailto:[email protected]|[email protected]>."
}
},
{
Expand Down

0 comments on commit 06a75b4

Please sign in to comment.