Browse Source

Fixed #31222 -- Fixed typo in docs/internals/contributing/bugs-and-features.txt.

Vibhu Agarwal 5 years ago
parent
commit
1a09708dcb
2 changed files with 3 additions and 3 deletions
  1. 1 0
      AUTHORS
  2. 2 3
      docs/internals/contributing/bugs-and-features.txt

+ 1 - 0
AUTHORS

@@ -902,6 +902,7 @@ answer newbie questions, and generally made Django that much better:
     valtron
     Vasiliy Stavenko <stavenko@gmail.com>
     Vasil Vangelovski
+    Vibhu Agarwal <vibhu-agarwal.github.io>
     Victor Andrée
     viestards.lists@gmail.com
     Viktor Danyliuk <v.v.danyliuk@gmail.com>

+ 2 - 3
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.