1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

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

This commit is contained in:
Vibhu Agarwal 2020-02-01 22:28:18 +05:30 committed by Mariusz Felisiak
parent 273918c25b
commit 1a09708dcb
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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 * Make sure the feature actually requires changes in Django's core. If your
idea can be developed as an independent application or module — for idea can be developed as an independent application or module — for
instance, you want to support another database engine — we'll probably instance, you want to support another database engine — we'll probably
suggest that you to develop it independently. Then, if your project suggest that you develop it independently. Then, if your project gathers
gathers sufficient community support, we may consider it for inclusion in sufficient community support, we may consider it for inclusion in Django.
Django.
* First request the feature on the |django-developers| list, not in the * 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. ticket tracker. It'll get read more closely if it's on the mailing list.