diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-12-04 06:10:51 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-12-04 06:10:51 +0000 |
| commit | 166aa3ec46e8c14dcd0e16fdcb24947ecbb402b2 (patch) | |
| tree | 4bb18439f760220eb66f72decdab5ca6b6c68692 /docs | |
| parent | 140e60e540a9508685d98a852b1fd44d83dd08c7 (diff) | |
Edited docs/contributing.txt changes from [6795]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6878 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/contributing.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/contributing.txt b/docs/contributing.txt index efc6640d10..37c9196467 100644 --- a/docs/contributing.txt +++ b/docs/contributing.txt @@ -254,9 +254,10 @@ Second, note the five triage stages: 3. Once a ticket is ruled to be approved for fixing, it's moved into the "Accepted" stage. This stage is where all the real work gets done. - 4. A ticket might be moved to the "Someday/Maybe" state if it's an - enhancement request we are willing to consider if a good patch is - written. Such tickets are not high priority. + 4. In some cases, a ticket might get moved to the "Someday/Maybe" state. + This means the ticket is an enhancement request that we might consider + adding to the framework if an excellent patch is submitted. These + tickets are not a high priority. 5. If a ticket has an associated patch (see below), a triager will review the patch. If the patch is complete, it'll be marked as "ready for |
