diff options
| author | Cody Scott <cody.j.b.scott@gmail.com> | 2013-11-21 18:46:35 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-11-22 11:02:50 -0500 |
| commit | ea0d97c470ca2d5ddb4320fe03c77221b3064adf (patch) | |
| tree | 70cddb8ac35abffbe7a6b3eb227dae85f62a5d24 | |
| parent | 1eddca0a5202993dbb3f437ccb74095f6647b825 (diff) | |
[1.6.x] Fixed sentence structure in docs/internals/contributing/triaging-tickets.txt
Backport of 4a54b69e88 from master
| -rw-r--r-- | docs/internals/contributing/triaging-tickets.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/internals/contributing/triaging-tickets.txt b/docs/internals/contributing/triaging-tickets.txt index 7bb59bc329..006d5806b9 100644 --- a/docs/internals/contributing/triaging-tickets.txt +++ b/docs/internals/contributing/triaging-tickets.txt @@ -369,16 +369,16 @@ Then, you can help out by: any activity in a long time, it's possible that the problem has been fixed but the ticket hasn't yet been closed. -* Identifying trends and themes in the tickets. If there a lot of bug +* Identifying trends and themes in the tickets. If there are a lot of bug reports about a particular part of Django, it may indicate we should consider refactoring that part of the code. If a trend is emerging, you should raise it for discussion (referencing the relevant tickets) on `django-developers`_. -* Verify if patches submitted by other users are correct. If they do and - also contain appropriate documentation and tests then move them to the - "Ready for Checkin" stage. If they don't then leave a comment to explain - why and set the corresponding flags ("Patch needs improvement", +* Verify if patches submitted by other users are correct. If they are correct + and also contain appropriate documentation and tests then move them to the + "Ready for Checkin" stage. If they are not correct then leave a comment to + explain why and set the corresponding flags ("Patch needs improvement", "Needs tests" etc.). .. note:: |
