summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJeremy Dunck <jdunck@gmail.com>2013-07-07 21:17:10 -0700
committerJeremy Dunck <jdunck@gmail.com>2013-07-07 21:17:10 -0700
commit9aed3201aad270635259b57e6f9fabc0cc11f481 (patch)
tree2ffd3b4e12a4d27f770439238780f7b33c222af8 /docs
parent03d9566e0df45c72bffa99fe244a92f0279da56f (diff)
Clarified trac patch-related field meaning
There was some confusion on the mentorship list as to whether 'needs tests' meant that a given ticket might not need tests, as opposed to flagging a specific patch as still needing tests. This commit seeks to clarify that confusion.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/contributing/triaging-tickets.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/contributing/triaging-tickets.txt b/docs/internals/contributing/triaging-tickets.txt
index 7bb59bc329..2aa8aaedba 100644
--- a/docs/internals/contributing/triaging-tickets.txt
+++ b/docs/internals/contributing/triaging-tickets.txt
@@ -175,6 +175,9 @@ This means the ticket has an associated
:doc:`patch<writing-code/submitting-patches>`. These will be reviewed
to see if the patch is "good".
+The following three fields (Needs documentation, Needs tests,
+Patch needs improvement) apply only if a patch has been supplied.
+
Needs documentation
~~~~~~~~~~~~~~~~~~~