Update Mentee Email (#935)
* Update Mentee Email Mentee email with copy from original mailchimp emails. * Update mentee_email.html.erb * Update mentee_email.text.erb
This commit is contained in:
parent
ac4b9b39db
commit
747cf04bfb
2 changed files with 38 additions and 9 deletions
|
|
@ -2,14 +2,38 @@
|
|||
Hey <b>@<%= @mentee.username %></b>!
|
||||
</p>
|
||||
<p>
|
||||
You have been matched with a mentor: <b><a href="https://dev.to/<%= @mentor.username %>">@<%= @mentor.username %></a></b>
|
||||
Let me get straight to the point: your mentor is <b><a href="https://dev.to/<%= @mentor.username %>">@<%= @mentor.username %></a></b>. We have had you two automatically follow each other, so you can find them on DEV Connect, and introduce yourself!
|
||||
</p>
|
||||
<p>
|
||||
As part of the mentorship program, you two have been mutually followed so you may message one another via <b><a href="https://dev.to/connect">DEV Connect</a></b>
|
||||
A few notes:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Every person is different so every mentor/mentee relationship is unique. We expect some mentorships to last longer than others and hope that at the very least, you’ll have made a solid new connection.
|
||||
</li>
|
||||
<li>
|
||||
We expect everyone to abide by our <a href="https://dev.to/code-of-conduct">Code of Conduct</a>, especially in this setting. Should your mentor demonstrate inappropriate behavior, please contact us immediately.
|
||||
</li>
|
||||
<li>
|
||||
If you feel like this was a mismatch, or if your mentor is unresponsive after several days, let us know.
|
||||
</li>
|
||||
<li>
|
||||
We highly recommend setting goals and expectations with your mentor from Day 1.
|
||||
</li>
|
||||
<li>
|
||||
To help you all get started, we’ve put together some <a href="https://dev.to/jess/mentorship-resources-19p0">resources</a>.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
Thanks again for participating in our program.
|
||||
</p>
|
||||
<p>
|
||||
<b>@<%= @mentor.username %></b> has been notified as well, so feel free to reach out!
|
||||
Good luck!
|
||||
</p>
|
||||
<p>
|
||||
Have a nice day!
|
||||
Liana
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,16 @@
|
|||
Hey!
|
||||
|
||||
You have been matched with a mentor:
|
||||
Let me get straight to the point: your mentor is: https://dev.to/<%= @mentor.username %>. We have had you two automatically follow each other, so you can find them on DEV Connect, and introduce yourself!
|
||||
|
||||
https://dev.to/<%= @mentor.username %>
|
||||
A few notes:
|
||||
- Every person is different so every mentor/mentee relationship is unique. We expect some mentorships to last longer than others and hope that at the very least, you’ll have made a solid new connection.
|
||||
- We expect everyone to abide by our Code of Conduct: https://dev.to/code-of-conduct, especially in this setting. Should your mentor demonstrate inappropriate behavior, please contact us immediately.
|
||||
- If you feel like this was a mismatch, or if your mentor is unresponsive after several days, let us know.
|
||||
- We highly recommend setting goals and expectations with your mentor from Day 1.
|
||||
- To help you all get started, we’ve put together some resources: https://dev.to/jess/mentorship-resources-19p0
|
||||
|
||||
As part of the mentorship program, you two have been mutually followed so you may message one another at https://dev.to/connect
|
||||
Thanks again for participating in our program.
|
||||
|
||||
@<%= @mentor.username %> has been notified as well, so feel free to reach out!
|
||||
Good luck!
|
||||
|
||||
Have a nice day!
|
||||
Liana
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue