2011-05-27 18:49:47 +08:00
|
|
|
======================================
|
|
|
|
Reporting bugs and requesting features
|
|
|
|
======================================
|
|
|
|
|
2012-08-08 04:06:34 +08:00
|
|
|
.. Important::
|
|
|
|
|
2012-08-08 04:28:12 +08:00
|
|
|
Please report security issues **only** to
|
|
|
|
security@djangoproject.com. This is a private list only open to
|
|
|
|
long-time, highly trusted Django developers, and its archives are
|
|
|
|
not public. For further details, please see :doc:`our security
|
|
|
|
policies </internals/security>`.
|
2012-08-08 04:06:34 +08:00
|
|
|
|
|
|
|
|
|
|
|
Otherwise, before reporting a bug or requesting a new feature, please consider these
|
2011-05-27 18:49:47 +08:00
|
|
|
general points:
|
|
|
|
|
|
|
|
* Check that someone hasn't already filed the bug or feature request by
|
|
|
|
`searching`_ or running `custom queries`_ in the ticket tracker.
|
|
|
|
|
|
|
|
* Don't use the ticket system to ask support questions. Use the
|
2013-10-04 06:51:22 +08:00
|
|
|
|django-users| list or the `#django`_ IRC channel for that.
|
2011-05-27 18:49:47 +08:00
|
|
|
|
|
|
|
* Don't reopen issues that have been marked "wontfix" by a core developer.
|
|
|
|
This mark means that the decision has been made that we can't or won't fix
|
|
|
|
this particular issue. If you're not sure why, please ask
|
2013-10-04 06:51:22 +08:00
|
|
|
on |django-developers|.
|
2011-05-27 18:49:47 +08:00
|
|
|
|
|
|
|
* Don't use the ticket tracker for lengthy discussions, because they're
|
2011-07-19 21:16:09 +08:00
|
|
|
likely to get lost. If a particular ticket is controversial, please move the
|
2013-10-04 06:51:22 +08:00
|
|
|
discussion to |django-developers|.
|
2011-05-27 18:49:47 +08:00
|
|
|
|
|
|
|
.. _reporting-bugs:
|
|
|
|
|
|
|
|
Reporting bugs
|
|
|
|
--------------
|
|
|
|
|
|
|
|
Well-written bug reports are *incredibly* helpful. However, there's a certain
|
|
|
|
amount of overhead involved in working with any bug tracking system so your
|
|
|
|
help in keeping our ticket tracker as useful as possible is appreciated. In
|
|
|
|
particular:
|
|
|
|
|
2011-10-14 08:12:01 +08:00
|
|
|
* **Do** read the :doc:`FAQ </faq/index>` to see if your issue might
|
|
|
|
be a well-known question.
|
2011-05-27 18:49:47 +08:00
|
|
|
|
2013-10-04 06:51:22 +08:00
|
|
|
* **Do** ask on |django-users| or `#django`_ *first* if you're not sure if
|
2011-10-14 08:12:01 +08:00
|
|
|
what you're seeing is a bug.
|
2011-05-27 18:49:47 +08:00
|
|
|
|
2011-10-14 08:12:01 +08:00
|
|
|
* **Do** write complete, reproducible, specific bug reports. You must
|
|
|
|
include a clear, concise description of the problem, and a set of
|
|
|
|
instructions for replicating it. Add as much debug information as you can:
|
|
|
|
code snippets, test cases, exception backtraces, screenshots, etc. A nice
|
|
|
|
small test case is the best way to report a bug, as it gives us an easy
|
|
|
|
way to confirm the bug quickly.
|
2011-05-27 18:49:47 +08:00
|
|
|
|
2013-10-04 06:51:22 +08:00
|
|
|
* **Don't** post to |django-developers| just to announce that you have
|
2011-10-14 08:12:01 +08:00
|
|
|
filed a bug report. All the tickets are mailed to another list,
|
2013-10-04 06:51:22 +08:00
|
|
|
|django-updates|, which is tracked by developers and interested
|
2011-10-14 08:12:01 +08:00
|
|
|
community members; we see them as they are filed.
|
2011-05-27 18:49:47 +08:00
|
|
|
|
|
|
|
To understand the lifecycle of your ticket once you have created it, refer to
|
|
|
|
:doc:`triaging-tickets`.
|
|
|
|
|
2011-08-28 22:43:51 +08:00
|
|
|
Reporting user interface bugs and features
|
|
|
|
------------------------------------------
|
|
|
|
|
|
|
|
If your bug or feature request touches on anything visual in nature, there
|
|
|
|
are a few additional guidelines to follow:
|
|
|
|
|
2011-10-14 08:12:01 +08:00
|
|
|
* Include screenshots in your ticket which are the visual equivalent of a
|
|
|
|
minimal testcase. Show off the issue, not the crazy customizations
|
|
|
|
you've made to your browser.
|
|
|
|
|
|
|
|
* If the issue is difficult to show off using a still image, consider
|
|
|
|
capturing a *brief* screencast. If your software permits it, capture only
|
|
|
|
the relevant area of the screen.
|
|
|
|
|
|
|
|
* If you're offering a patch which changes the look or behavior of Django's
|
|
|
|
UI, you **must** attach before *and* after screenshots/screencasts.
|
|
|
|
Tickets lacking these are difficult for triagers and core developers to
|
|
|
|
assess quickly.
|
|
|
|
|
|
|
|
* Screenshots don't absolve you of other good reporting practices. Make sure
|
|
|
|
to include URLs, code snippets, and step-by-step instructions on how to
|
|
|
|
reproduce the behavior visible in the screenshots.
|
|
|
|
|
|
|
|
* Make sure to set the UI/UX flag on the ticket so interested parties can
|
|
|
|
find your ticket.
|
2011-08-28 22:43:51 +08:00
|
|
|
|
2011-05-27 18:49:47 +08:00
|
|
|
Requesting features
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
We're always trying to make Django better, and your feature requests are a key
|
|
|
|
part of that. Here are some tips on how to make a request most effectively:
|
|
|
|
|
2011-10-14 08:12:01 +08:00
|
|
|
* 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.
|
2011-07-19 21:16:09 +08:00
|
|
|
|
2013-10-04 06:51:22 +08:00
|
|
|
* First request the feature on the |django-developers| list, not in the
|
2011-10-14 08:12:01 +08:00
|
|
|
ticket tracker. It'll get read more closely if it's on the mailing list.
|
|
|
|
This is even more important for large-scale feature requests. We like to
|
|
|
|
discuss any big changes to Django's core on the mailing list before
|
|
|
|
actually working on them.
|
2011-05-27 18:49:47 +08:00
|
|
|
|
2011-10-14 08:12:01 +08:00
|
|
|
* Describe clearly and concisely what the missing feature is and how you'd
|
|
|
|
like to see it implemented. Include example code (non-functional is OK)
|
|
|
|
if possible.
|
2011-05-27 18:49:47 +08:00
|
|
|
|
2011-10-14 08:12:01 +08:00
|
|
|
* Explain *why* you'd like the feature. In some cases this is obvious, but
|
|
|
|
since Django is designed to help real developers get real work done,
|
|
|
|
you'll need to explain it, if it isn't obvious why the feature would be
|
|
|
|
useful.
|
2011-05-27 18:49:47 +08:00
|
|
|
|
2011-07-19 21:16:09 +08:00
|
|
|
If core developers agree on the feature, then it's appropriate to create a
|
2013-10-04 06:51:22 +08:00
|
|
|
ticket. Include a link the discussion on |django-developers| in the ticket
|
2011-07-19 21:16:09 +08:00
|
|
|
description.
|
2011-05-27 18:49:47 +08:00
|
|
|
|
|
|
|
As with most open-source projects, code talks. If you are willing to write the
|
2011-07-19 21:16:09 +08:00
|
|
|
code for the feature yourself or, even better, if you've already written it,
|
2012-06-08 00:48:29 +08:00
|
|
|
it's much more likely to be accepted. Just fork Django on GitHub, create a
|
|
|
|
feature branch, and show us your work!
|
2011-05-27 18:49:47 +08:00
|
|
|
|
|
|
|
See also: :ref:`documenting-new-features`.
|
|
|
|
|
|
|
|
.. _how-we-make-decisions:
|
|
|
|
|
|
|
|
How we make decisions
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
Whenever possible, we strive for a rough consensus. To that end, we'll often
|
2013-10-04 06:51:22 +08:00
|
|
|
have informal votes on |django-developers| about a feature. In these votes we
|
2011-05-27 18:49:47 +08:00
|
|
|
follow the voting style invented by Apache and used on Python itself, where
|
|
|
|
votes are given as +1, +0, -0, or -1. Roughly translated, these votes mean:
|
|
|
|
|
2011-10-14 08:12:01 +08:00
|
|
|
* +1: "I love the idea and I'm strongly committed to it."
|
2011-05-27 18:49:47 +08:00
|
|
|
|
2011-10-14 08:12:01 +08:00
|
|
|
* +0: "Sounds OK to me."
|
2011-05-27 18:49:47 +08:00
|
|
|
|
2011-10-14 08:12:01 +08:00
|
|
|
* -0: "I'm not thrilled, but I won't stand in the way."
|
2011-05-27 18:49:47 +08:00
|
|
|
|
2011-10-14 08:12:01 +08:00
|
|
|
* -1: "I strongly disagree and would be very unhappy to see the idea turn
|
|
|
|
into reality."
|
2011-05-27 18:49:47 +08:00
|
|
|
|
2013-10-04 06:51:22 +08:00
|
|
|
Although these votes on |django-developers| are informal, they'll be taken very
|
2011-07-19 21:16:09 +08:00
|
|
|
seriously. After a suitable voting period, if an obvious consensus arises we'll
|
|
|
|
follow the votes.
|
2011-05-27 18:49:47 +08:00
|
|
|
|
|
|
|
However, consensus is not always possible. If consensus cannot be reached, or
|
|
|
|
if the discussion towards a consensus fizzles out without a concrete decision,
|
2014-07-14 01:38:28 +08:00
|
|
|
any :ref:`core team member <core-team>` may defer the decision to the
|
|
|
|
:ref:`technical board <technical-board>`.
|
2011-05-27 18:49:47 +08:00
|
|
|
|
2014-07-14 01:38:28 +08:00
|
|
|
Internally, the technical board will use the same voting mechanism. A
|
|
|
|
proposition will be considered carried if:
|
2011-05-27 18:49:47 +08:00
|
|
|
|
2014-07-14 01:38:28 +08:00
|
|
|
* There are at least three "+1" votes from members of the technical board.
|
2011-05-27 18:49:47 +08:00
|
|
|
|
2014-07-14 01:38:28 +08:00
|
|
|
* There is no "-1" vote from any member of the technical board.
|
2011-05-27 18:49:47 +08:00
|
|
|
|
2014-07-14 01:38:28 +08:00
|
|
|
Votes should be submitted within a week.
|
2011-05-27 18:49:47 +08:00
|
|
|
|
2014-07-14 01:38:28 +08:00
|
|
|
Since this process allows any technical board member to veto a proposal, a
|
|
|
|
"-1" vote should be accompanied by an explanation of what it would take to
|
|
|
|
convert that "-1" into at least a "+0".
|
2011-05-27 18:49:47 +08:00
|
|
|
|
2014-07-14 01:38:28 +08:00
|
|
|
Votes on technical matters should be announced and held in public on the
|
|
|
|
|django-developers| mailing list.
|
2011-05-27 18:49:47 +08:00
|
|
|
|
2012-03-14 01:53:31 +08:00
|
|
|
.. _searching: https://code.djangoproject.com/search
|
2011-07-19 21:16:09 +08:00
|
|
|
.. _custom queries: https://code.djangoproject.com/query
|
|
|
|
.. _#django: irc://irc.freenode.net/django
|