Fixed #34579 -- Added Django Forum to contributing guides.

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
Mohit Singh Sinsniwal 2023-05-20 04:55:41 +05:30 committed by Mariusz Felisiak
parent f8172f45fc
commit 89f10a80d7
6 changed files with 44 additions and 38 deletions

View file

@ -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