diff options
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 |
