diff options
| author | Mohit Singh Sinsniwal <mohit.sinsniwal@gmail.com> | 2023-05-20 04:55:41 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-05-22 20:21:18 +0200 |
| commit | 89f10a80d7e681cd0cccf22d932e380f51bd3524 (patch) | |
| tree | 6733a337882e549556c8211459b9ec5c1ad38058 /docs/internals/contributing/committing-code.txt | |
| parent | f8172f45fc83af2315aefed77ee34b5654f5c347 (diff) | |
Fixed #34579 -- Added Django Forum to contributing guides.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to 'docs/internals/contributing/committing-code.txt')
| -rw-r--r-- | docs/internals/contributing/committing-code.txt | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/docs/internals/contributing/committing-code.txt b/docs/internals/contributing/committing-code.txt index f5be86238e..91c6d21beb 100644 --- a/docs/internals/contributing/committing-code.txt +++ b/docs/internals/contributing/committing-code.txt @@ -109,14 +109,14 @@ Django's Git repository: discuss the situation with the team. * For any medium-to-big changes, where "medium-to-big" is according to - your judgment, please bring things up on the |django-developers| - mailing list before making the change. + your judgment, please bring things up on the `Django Forum`_ or + |django-developers| mailing list before making the change. - If you bring something up on |django-developers| and nobody responds, - please don't take that to mean your idea is great and should be - implemented immediately because nobody contested it. Everyone doesn't always - have a lot of time to read mailing list discussions immediately, so you may - have to wait a couple of days before getting a response. + If you bring something up and nobody responds, please don't take that + to mean your idea is great and should be implemented immediately because + nobody contested it. Everyone doesn't always have a lot of time to read + mailing list discussions immediately, so you may have to wait a couple of + days before getting a response. * Write detailed commit messages in the past tense, not present tense. @@ -227,15 +227,15 @@ When a mistaken commit is discovered, please follow these guidelines: * If the original author can't be reached (within a reasonable amount of time -- a day or so) and the problem is severe -- crashing bug, - major test failures, etc. -- then ask for objections on the - |django-developers| mailing list then revert if there are none. + major test failures, etc. -- then ask for objections on the `Django Forum`_ + or |django-developers| mailing list then revert if there are none. * If the problem is small (a feature commit after feature freeze, say), wait it out. * If there's a disagreement between the merger and the reverter-to-be then try - to work it out on the |django-developers| mailing list. If an agreement can't - be reached then it should be put to a vote. + to work it out on the `Django Forum`_ or |django-developers| mailing list. If + an agreement can't be reached then it should be put to a vote. * If the commit introduced a confirmed, disclosed security vulnerability then the commit may be reverted immediately without @@ -249,3 +249,4 @@ When a mistaken commit is discovered, please follow these guidelines: do a reverse push: ``git push upstream :feature_antigravity``. .. _ticket tracker: https://code.djangoproject.com/ +.. _Django Forum: https://forum.djangoproject.com/ |
