{% extends 'email/base.html' %} {% block content %}

{{ _('Hi') }} {{ display_name(contributor) }},

{% if pm_link %}

{% trans home_url='https://mzl.la/40Tg3Fd' %} I'm {{ name }}, your SUMO Community Manager. On behalf of the Customer Experience team, I'd love to thank you for registering as a contributor at SUMO a.k.a. SUpport.MOzilla.org. We're so excited you've joined us! Mozilla wouldn't be what it is today without the passionate contributions from people like you. {% endtrans %}

{% else %}

{% trans home_url='https://mzl.la/40Tg3Fd' %} On behalf of the Customer Experience team, we'd love to thank you for registering as a contributor at SUMO a.k.a. SUpport.MOzilla.org. We're so excited you've joined us! Mozilla wouldn't be what it is today without the passionate contributions from people like you. {% endtrans %}

{% endif %}

{% trans %} To help you get started, here are a few essentials: {% endtrans %}

{{ _('Know the basics') }}

{% trans cpg_url='https://mzl.la/457AjFC', course_url='https://mzl.la/4mdwqoO' %} Before diving in, please take a moment to read our Community Participation Guidelines (CPG). This helps us maintain a safe and positive community experience for all. You can also take this short course to learn more. {% endtrans %}

{{ _("Choose how you'd like to contribute") }}

{% trans %} There are 3 ways you can contribute to Mozilla through SUMO: {% endtrans %}

{{ _('Stay connected and ask for help') }}

{% trans %} Running into a blocker or just want to connect with the others? Don't worry! Here are a few ways to connect with the community and get support: {% endtrans %}

{% if pm_link %}

{% trans pm_url=pm_link %} If you ever need help or just want to say hi, feel free to message me directly on SUMO. I'd love to hear from you! {% endtrans %}

{% else %}

{% trans %} If you ever need help or just want to say hi, feel free to reach out to the community! We'd love to hear from you! {% endtrans %}

{% endif %}

{% trans %} Thanks again for being here, and let's keep rocking the helpful web together! 🚀 {% endtrans %}

{% if pm_link %}

{% trans %} Kind Regards,
{{ name }} from Mozilla Support {% endtrans %}

{% else %}

{% trans %} Kind Regards,
The Mozilla Support Community Team {% endtrans %}

{% endif %} {% endblock %} {% block footer %}{% endblock %}