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-23 06:00:02 +0200 |
| commit | b4563cdd23ef0361588430c1f51bea819b3e0692 (patch) | |
| tree | 0d1454790df952a17d5076ea528277df3c1e0444 /docs/internals/contributing/writing-code | |
| parent | 37ba4c3a94b0c2d3e98be11ea4ac27316efb5f5e (diff) | |
[4.2.x] Fixed #34579 -- Added Django Forum to contributing guides.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Backport of 89f10a80d7e681cd0cccf22d932e380f51bd3524 from main
Diffstat (limited to 'docs/internals/contributing/writing-code')
| -rw-r--r-- | docs/internals/contributing/writing-code/submitting-patches.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-code/submitting-patches.txt b/docs/internals/contributing/writing-code/submitting-patches.txt index 59c17ce9a3..be031f1f68 100644 --- a/docs/internals/contributing/writing-code/submitting-patches.txt +++ b/docs/internals/contributing/writing-code/submitting-patches.txt @@ -147,11 +147,13 @@ A "non-trivial" patch is one that is more than a small bug fix. It's a patch that introduces Django functionality and makes some sort of design decision. If you provide a non-trivial patch, include evidence that alternatives have -been discussed on |django-developers|. +been discussed on the `Django Forum`_ or |django-developers| list. If you're not sure whether your patch should be considered non-trivial, ask on the ticket for opinions. +.. _Django Forum: https://forum.djangoproject.com/ + .. _deprecating-a-feature: Deprecating a feature |
