From 1a09708dcb2f60ad5ca0a75b8de9619356f74ff6 Mon Sep 17 00:00:00 2001 From: Vibhu Agarwal Date: Sat, 1 Feb 2020 22:28:18 +0530 Subject: [PATCH] Fixed #31222 -- Fixed typo in docs/internals/contributing/bugs-and-features.txt. --- AUTHORS | 1 + docs/internals/contributing/bugs-and-features.txt | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 4632c66a62..2fd68834d8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -902,6 +902,7 @@ answer newbie questions, and generally made Django that much better: valtron Vasiliy Stavenko Vasil Vangelovski + Vibhu Agarwal Victor Andrée viestards.lists@gmail.com Viktor Danyliuk diff --git a/docs/internals/contributing/bugs-and-features.txt b/docs/internals/contributing/bugs-and-features.txt index 89c11c3a32..a85f689326 100644 --- a/docs/internals/contributing/bugs-and-features.txt +++ b/docs/internals/contributing/bugs-and-features.txt @@ -91,9 +91,8 @@ part of that. Here are some tips on how to make a request most effectively: * Make sure the feature actually requires changes in Django's core. If your idea can be developed as an independent application or module — for instance, you want to support another database engine — we'll probably - suggest that you to develop it independently. Then, if your project - gathers sufficient community support, we may consider it for inclusion in - Django. + suggest that you develop it independently. Then, if your project gathers + sufficient community support, we may consider it for inclusion in Django. * First request the feature on the |django-developers| list, not in the ticket tracker. It'll get read more closely if it's on the mailing list.