77{% block page_title %}{{ _('Commit Access Requirements') }}{% endblock %}
88{% block body_id %}commit-access-requirements{% endblock %}
99
10+ {% block extrahead %}
11+ {{ super() }}
12+ {{ css('commit-access-requirements') }}
13+ {% endblock %}
14+
1015{% block article %}
1116< h1 class ="title-shadow-box "> {{ self.page_title() }}</ h1 >
1217
@@ -18,7 +23,7 @@ <h1 class="title-shadow-box">{{ self.page_title() }}</h1>
1823< p > {{ _('For the avoidance of doubt: this document commits you to a set of
1924good behaviours; it is not a copyright assignment.') }}</ p >
2025
21- < h2 > {{ _('1. Treatment of Account') }}</ h2 >
26+ < h2 > {{ _('Treatment of Account') }}</ h2 >
2227
2328< p > {{ _('You will receive one or more sets of Mozilla project access credentials, and/or
2429one or more sets of credentials you already have will be given the power to
@@ -34,7 +39,7 @@ <h2>{{ _('1. Treatment of Account') }}</h2>
3439of it, may be attached to your contributions and so be visible worldwide via
3540the Internet.') }}</ p >
3641
37- < h2 > {{ _('2. License Terms') }}</ h2 >
42+ < h2 > {{ _('License Terms') }}</ h2 >
3843
3944< p >
4045{% trans license_policy='https://www.mozilla.org/MPL/license-policy.html',
@@ -50,7 +55,7 @@ <h2>{{ _('2. License Terms') }}</h2>
5055{% endtrans %}
5156</ p >
5257
53- < h2 > {{ _('3. Notices and Knowledge') }}</ h2 >
58+ < h2 > {{ _('Notices and Knowledge') }}</ h2 >
5459
5560< p > {{ _('By contributing Code, You confirm that, to the best of Your knowledge, the Code
5661does not violate the rights of any person or entity.') }}</ p >
@@ -60,7 +65,7 @@ <h2>{{ _('3. Notices and Knowledge') }}</h2>
6065such Code in a Mozilla Repository and that it meets these
6166requirements.') }}</ p >
6267
63- < h2 > {{ _('4. Committing Code Created by Others') }}</ h2 >
68+ < h2 > {{ _('Committing Code Created by Others') }}</ h2 >
6469
6570< p > {{ _('You may check in Code to a Mozilla Foundation repository that was not written
6671by You, provided that:') }}</ p >
0 commit comments