fix: simplify mentee onboarding message
Node.js CI / CI (pull_request) Successful in 27s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 56s

This commit is contained in:
2026-03-02 15:43:36 -08:00
committed by Naomi Carrigan
parent a448d22e18
commit 5efac612f9
+8 -8
View File
@@ -42,15 +42,15 @@ export const processMentorshipRole = async(
} }
await channel.send({ await channel.send({
content: `Hey <@${updatedMember.id}>~! content: `Hey <@${updatedMember.id}>~! Welcome to the mentorship programme!
Welcome to our mentorship programme! We are excited to have you here and help you grow and reach success. Please ping (mention, tag) Naomi in this channel with the following template to get started:
\`\`\`
To get started, please ping Naomi with your GitHub username and your first and last name. She will invite you to your dedicated repository in the [NHCarrigan Mentorship organsation](<https://github.com/nhcarrigan-mentorship>) where you can work on your flagship project. GitHub username:
First name:
Once you have done this, your next step is to read our [wiki](<https://docs.nhcarrigan.com/mentorship/00-faq/>). Then, create your goal-setting post in <#1400629118110011526> and your project-planning post in <#1400616702265266186> as outlined in the wiki. Last name:
\`\`\`
If at any time you need some guidance, support, or review, please ping Naomi! She's always happy to help you succeed in your mentorship! Best of luck on your journey~! <a:love:1364089736557494353>`, Then read our [mentorship wiki](<https://docs.nhcarrigan.com/mentorship/00-faq/>) for the next steps!`,
}); });
await logger.metric("processed_mentorship_role", 1, { await logger.metric("processed_mentorship_role", 1, {
user: updatedMember.id, user: updatedMember.id,