diff options
| author | SusanTan <onceuponatimeforever@gmail.com> | 2013-06-22 16:30:44 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-06-23 15:41:24 -0400 |
| commit | b0907d66a5ac7bdc5585cbebc56acf21274f2709 (patch) | |
| tree | 192f472f9120feb68ef814efffcb2acda344b1ff /docs | |
| parent | bd9fbd1497edc585c5bec28c7d4bc8d1afd1943b (diff) | |
Fixed #20524 - Described keywords in triaging contrib doc.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing/triaging-tickets.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/internals/contributing/triaging-tickets.txt b/docs/internals/contributing/triaging-tickets.txt index 43b799ed51..7bb59bc329 100644 --- a/docs/internals/contributing/triaging-tickets.txt +++ b/docs/internals/contributing/triaging-tickets.txt @@ -255,7 +255,11 @@ Keywords ~~~~~~~~ With this field you may label a ticket with multiple keywords. This can be -useful, for example, to group several tickets of a same theme. +useful, for example, to group several tickets of a same theme. Keywords can +either be comma or space separated. Keyword search finds the keyword string +anywhere in the keywords. For example, clicking on a ticket with the keyword +"form" will yield similar tickets tagged with keywords containing strings such +as "formset", "modelformset", and "ManagementForm". .. _closing-tickets: |
