|
1 | 1 | Contributing |
2 | 2 | ============ |
3 | 3 |
|
4 | | -.. image:: https://jazzband.co/static/img/jazzband.svg |
5 | | - :target: https://jazzband.co/ |
6 | | - :alt: Jazzband |
7 | | - |
8 | | -This is a `Jazzband <https://jazzband.co>`_ project. By contributing you agree |
9 | | -to abide by the `Contributor Code of Conduct <https://jazzband.co/about/conduct>`_ |
10 | | -and follow the `guidelines <https://jazzband.co/about/guidelines>`_. |
| 4 | +This is a `Django Commons <https://github.com/django-commons>`_ project. By contributing you agree |
| 5 | +to abide by the `Contributor Code of Conduct <https://github.com/django-commons/membership/blob/main/CODE_OF_CONDUCT.md>`_. |
11 | 6 |
|
12 | 7 | Bug reports and feature requests |
13 | 8 | -------------------------------- |
14 | 9 |
|
15 | 10 | You can report bugs and request features in the `bug tracker |
16 | | -<https://github.com/jazzband/django-debug-toolbar/issues>`_. |
| 11 | +<https://github.com/django-commons/django-debug-toolbar/issues>`_. |
17 | 12 |
|
18 | 13 | Please search the existing database for duplicates before filing an issue. |
19 | 14 |
|
20 | 15 | Code |
21 | 16 | ---- |
22 | 17 |
|
23 | 18 | The code is available `on GitHub |
24 | | -<https://github.com/jazzband/django-debug-toolbar>`_. Unfortunately, the |
| 19 | +<https://github.com/django-commons/django-debug-toolbar>`_. Unfortunately, the |
25 | 20 | repository contains old and flawed objects, so if you have set |
26 | 21 | `fetch.fsckObjects |
27 | 22 | <https://github.com/git/git/blob/0afbf6caa5b16dcfa3074982e5b48e27d452dbbb/Documentation/config.txt#L1381>`_ |
28 | 23 | you'll have to deactivate it for this repository:: |
29 | 24 |
|
30 | | - git clone --config fetch.fsckobjects=false https://github.com/jazzband/django-debug-toolbar.git |
| 25 | + git clone --config fetch.fsckobjects=false https://github.com/django-commons/django-debug-toolbar.git |
31 | 26 |
|
32 | 27 | Once you've obtained a checkout, you should create a virtualenv_ and install |
33 | 28 | the libraries required for working on the Debug Toolbar:: |
@@ -145,7 +140,7 @@ Patches |
145 | 140 | ------- |
146 | 141 |
|
147 | 142 | Please submit `pull requests |
148 | | -<https://github.com/jazzband/django-debug-toolbar/pulls>`_! |
| 143 | +<https://github.com/django-commons/django-debug-toolbar/pulls>`_! |
149 | 144 |
|
150 | 145 | The Debug Toolbar includes a limited but growing test suite. If you fix a bug |
151 | 146 | or add a feature code, please consider adding proper coverage in the test |
@@ -176,7 +171,7 @@ You will need to |
176 | 171 | `install the Transifex CLI <https://developers.transifex.com/docs/cli>`_. |
177 | 172 |
|
178 | 173 | To publish a release you have to be a `django-debug-toolbar project lead at |
179 | | -Jazzband <https://jazzband.co/projects/django-debug-toolbar>`__. |
| 174 | +Django Commons <https://github.com/django-commons/django-debug-toolbar>`__. |
180 | 175 |
|
181 | 176 | The release itself requires the following steps: |
182 | 177 |
|
@@ -204,7 +199,7 @@ The release itself requires the following steps: |
204 | 199 |
|
205 | 200 | #. Push the commit and the tag. |
206 | 201 |
|
207 | | -#. Publish the release from the Jazzband website. |
| 202 | +#. Publish the release from the Django Commons website. |
208 | 203 |
|
209 | 204 | #. Change the default version of the docs to point to the latest release: |
210 | 205 | https://readthedocs.org/dashboard/django-debug-toolbar/versions/ |
0 commit comments