Skip to content

Commit

Permalink
Merge abc4205 into a847f11
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobian committed Dec 20, 2023
2 parents a847f11 + abc4205 commit 0eabb26
Showing 1 changed file with 47 additions and 12 deletions.
59 changes: 47 additions & 12 deletions djangoproject/templates/members/individualmember_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,61 @@
<h1>{% trans "Individual members" %}</h1>
<p>
{% blocktrans %}
Individual Members are appointed by the DSF in recognition of their service to the Django community.
Individual Members are appointed by the DSF in recognition of their contribution to the DSF's mission of advancing and promoting Django, protecting the framework's long-term viability, and advancing the state of the art in web development.
{% endblocktrans %}
</p>

Service to the Django community takes many forms. Here are some non-exhaustive examples of the categories of work that might qualify as service:
<p>
{% blocktrans %}
Contribution to the DSF's mission takes many forms.
Here are some non-exhaustive examples of the categories of work that might qualify:
{% endblocktrans %}
</p>

<ul>
<li>Code contributions on Django projects or major third-party packages in the Django ecosystem</li>
<li>Reviewing pull requests or triaging Django project tickets</li>
<li>Documentation, tutorials or blog posts related to Django</li>
<li>Discussions about Django in community areas such as the django-developers mailing list and Django Forum</li>
<li>Attending or organizing Django-related events or user groups</li>
</ul>
<ul>
<li>
{% blocktrans %}
Contributing code, documentation, or tests to Django or to major third-party packages in the Django ecosystem.
{% endblocktrans %}
</li>
<li>
{% blocktrans %}
Reviewing pull requests or triaging tickets on Django or a third-party app.
{% endblocktrans %}
</li>
<li>
{% blocktrans %}
Creating learning resources (blogs, videos, etc.) for people to learn Django.
{% endblocktrans %}
</li>
<li>
{% blocktrans %}
Contributing to discussionsin community areas such as the <a href="https://forum.djangoproject.com/">Django Forum</a> or <a href="https://discord.com/invite/xcRH6mN4fa">Discord</a>.
{% endblocktrans %}
</li>
<li>
{% blocktrans %}
Being part of the organizing team for a Django community event.
{% endblocktrans %}
</li>
<li>
{% blocktrans %}
Serving on a <a href="https://github.com/django/dsf-working-groups">DSF Working Group</a>
{% endblocktrans %}
</li>
</ul>

If you would like to apply for Individual Membership, please
<p>
{% blocktrans %}
For more information about membership, see <a href="faq/">the DSF membership FAQ</a>.
{% endblocktrans %}
<a href="https://docs.google.com/forms/d/e/1FAIpQLSd5lbWxAO-sylEEjHVKBNIpmHlhdJRf0_LCo8glnLUWd-Q2Sw/viewform?usp=sf_link">{% trans "fill out this form" %}</a>.
</p>

<p>
{% blocktrans %}
You can also nominate others if you know someone who should be considered. If you are unsure if you meet the criteria, but you would like to be a member, please apply. If you're not accepted, you will receive a response with information about how you can successfully apply in the future.
If you would like to apply for Individual Membership, please <a href="https://docs.google.com/forms/d/e/1FAIpQLSd5lbWxAO-sylEEjHVKBNIpmHlhdJRf0_LCo8glnLUWd-Q2Sw/viewform?usp=sf_link">fill out this form</a>.
If you are unsure if you meet the criteria, but you would like to be a member, please apply anyway!
You can also nominate others using the same form if you know someone who should be considered.
{% endblocktrans %}
</p>

Expand Down

0 comments on commit 0eabb26

Please sign in to comment.