|
1 | 1 | {% extends "conduct/base.html" %}
|
| 2 | +{% load date_format i18n %} |
2 | 3 |
|
3 |
| -{% block title %}Django Code of Conduct - Changes{% endblock %} |
| 4 | +{% block title %}{% translate "Django Code of Conduct - Changes" %}{% endblock %} |
4 | 5 |
|
5 |
| -{% block og_title %}Django Code of Conduct - Changes{% endblock %} |
6 |
| -{% block og_description %}Changes to the Code of Conduct{% endblock %} |
| 6 | +{% block og_title %}{% translate "Django Code of Conduct - Changes" %}{% endblock %} |
| 7 | +{% block og_description %}{% translate "Changes to the Code of Conduct" %}{% endblock %} |
7 | 8 |
|
8 | 9 | {% block content %}
|
9 |
| - <h1>Django Code of Conduct - Changes</h1> |
10 |
| - |
11 |
| - <h2>Change control process</h2> |
12 |
| - |
13 |
| - <p>We're (mostly) programmers, so we'll track changes to the code of conduct and |
14 |
| - associated documents the same way we track changes to code. All changes will |
15 |
| - proposed via a pull request to the |
16 |
| - <a href="https://github.com/django/djangoproject.com">djangoproject.com repository |
17 |
| - on GitHub</a>. Changes will be reviewed by the conduct committee first, and then |
18 |
| - sent to the DSF and the Django community for comment. |
19 |
| - We'll hold a comment period of at least one week, then the DSF board will vote on |
20 |
| - the change. Approved changes will be merged, published, and noted below.</p> |
21 |
| - |
22 |
| - <p>This only applies to material changes; changes that don't effect the intent |
23 |
| - (typo fixes, re-wordings, etc.) can be made immediately.</p> |
24 |
| - |
25 |
| - <p>A complete list of changes can always be found |
26 |
| - <a href="https://github.com/django/djangoproject.com/commits/main/templates/conduct">on GitHub</a>; |
27 |
| - major changes and releases are summarized below.</p> |
28 |
| - |
29 |
| - <h2>Changelog</h2> |
| 10 | + <h1>{% translate "Django Code of Conduct - Changes" %}</h1> |
| 11 | + |
| 12 | + <h2>{% translate "Change control process" %}</h2> |
| 13 | + |
| 14 | + <p> |
| 15 | + {% blocktranslate trimmed %} |
| 16 | + We're (mostly) programmers, so we'll track changes to the code of conduct and |
| 17 | + associated documents the same way we track changes to code. All changes will |
| 18 | + be proposed via a pull request to the |
| 19 | + <a href="https://github.com/django/djangoproject.com">djangoproject.com repository |
| 20 | + on GitHub</a>. Changes will be reviewed by the conduct committee first, and then |
| 21 | + sent to the DSF and the Django community for comment. |
| 22 | + We'll hold a comment period of at least one week, then the DSF board will vote on |
| 23 | + the change. Approved changes will be merged, published, and noted below.{% endblocktranslate %}</p> |
| 24 | + |
| 25 | + <p> |
| 26 | + {% blocktranslate trimmed %} |
| 27 | + This only applies to material changes; changes that don't affect the intent |
| 28 | + (typo fixes, re-wordings, etc.) can be made immediately{% endblocktranslate %}</p> |
| 29 | + |
| 30 | + <p> |
| 31 | + {% blocktranslate trimmed %} |
| 32 | + A complete list of changes can always be found |
| 33 | + <a href="https://github.com/django/djangoproject.com/commits/main/templates/conduct">on GitHub</a>; |
| 34 | + major changes and releases are summarized below.{% endblocktranslate %}</p> |
| 35 | + |
| 36 | + <h2>{% translate "Changelog" %}</h2> |
30 | 37 |
|
31 | 38 | <dl>
|
32 |
| - <dt>October 3, 2014</dt> |
33 |
| - <dd><a href="https://github.com/django/djangoproject.com/commit/577a02bbe968de79f8e111d6139f0c1299e994e9"> |
34 |
| - Revised text</a> to clarify that behavior outside the community is a contributing factor to involvement in the Django community; and explicitly provided a non-exhaustive list of diversity groups we consider included under the policy.</dd> |
35 |
| - |
36 |
| - <dt>July 31, 2013</dt> |
37 |
| - <dd>Documents approved and officially published.</dd> |
38 |
| - |
39 |
| - <dt>July 15, 2013</dt> |
| 39 | + <dt>{% isodate "2014-10-03" %}</dt> |
| 40 | + <dd> |
| 41 | + {% blocktranslate trimmed %} |
| 42 | + <a href="https://github.com/django/djangoproject.com/commit/577a02bbe968de79f8e111d6139f0c1299e994e9"> |
| 43 | + Revised text</a> to clarify that behavior outside the community is a contributing factor to involvement in the |
| 44 | + Django community; and explicitly provided a non-exhaustive list of diversity groups we consider included under the policy. |
| 45 | + {% endblocktranslate %}</dd> |
| 46 | + |
| 47 | + <dt>{% isodate "2013-07-31" %}</dt> |
| 48 | + <dd>{% translate "Documents approved and officially published." %}</dd> |
| 49 | + |
| 50 | + <dt>{% isodate "2013-07-15" %}</dt> |
40 | 51 | <dd><a href="https://github.com/django/djangoproject.com/commit/ae21fb5cb1f7edfca5b5556d92fb86186d92aeb3">
|
41 |
| - Added the reporting guide and enforcement manual</a>. Final draft presented |
42 |
| - to the board and core membership for vote.</dd> |
| 52 | + {% blocktranslate trimmed %} |
| 53 | + Added the reporting guide and enforcement manual</a>. Final draft presented |
| 54 | + to the board and core membership for vote.{% endblocktranslate %}</dd> |
43 | 55 |
|
44 |
| - <dt>April 1, 2013</dt> |
45 |
| - <dd><a href="https://github.com/django/djangoproject.com/commit/1a0aae11a331bfbf36d6f4091d77413b780454e5"> |
46 |
| - Initial "beta" release and public call for comments</a>.</dd> |
| 56 | + <dt>{% isodate "2013-04-01" %}</dt> |
| 57 | + <dd><a href="https://github.com/django/djangoproject.com/commit/1a0aae11a331bfbf36d6f4091d77413b780454e5"> |
| 58 | + {% blocktranslate trimmed %}Initial "beta" release and public call for comments{% endblocktranslate %}</a>.</dd> |
47 | 59 |
|
48 |
| - </dl> |
| 60 | + </dl> |
49 | 61 |
|
50 | 62 | {% endblock %}
|
0 commit comments