From 89f10a80d7e681cd0cccf22d932e380f51bd3524 Mon Sep 17 00:00:00 2001 From: Mohit Singh Sinsniwal Date: Sat, 20 May 2023 04:55:41 +0530 Subject: Fixed #34579 -- Added Django Forum to contributing guides. Co-authored-by: Mariusz Felisiak --- docs/internals/contributing/writing-code/submitting-patches.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/internals/contributing/writing-code') 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 -- cgit v1.3