From 3428be3cf95260e8e11b8ca2efb5f4e12da9ee8c Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 6 Apr 2018 13:04:11 -0400 Subject: Updated contributing docs for some latest practices. --- docs/internals/contributing/writing-code/submitting-patches.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/internals/contributing/writing-code/submitting-patches.txt') diff --git a/docs/internals/contributing/writing-code/submitting-patches.txt b/docs/internals/contributing/writing-code/submitting-patches.txt index 15dd431229..5bfff59b52 100644 --- a/docs/internals/contributing/writing-code/submitting-patches.txt +++ b/docs/internals/contributing/writing-code/submitting-patches.txt @@ -273,6 +273,10 @@ Bugs * Is there a proper regression test (the test should fail before the fix is applied)? +* If it's a bug that :ref:`qualifies for a backport ` + to the stable version of Django, is there a release note in + ``docs/releases/A.B.C.txt``? Bug fixes that will be applied only to the + master branch don't need a release note. New Features ------------ -- cgit v1.3