diff options
author | lpsolit%gmail.com <> | 2006-11-23 03:08:30 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-11-23 03:08:30 +0000 |
commit | fed4688ea162a6a2838cfbef981d0f6bc50d6e4a (patch) | |
tree | f599e92ddfdf72c8bbe7342866af3a7a15db4902 /docs | |
parent | Update the documentation in the "Filing Bugs" section to be more useful. This... (diff) | |
download | bugzilla-fed4688ea162a6a2838cfbef981d0f6bc50d6e4a.tar.gz bugzilla-fed4688ea162a6a2838cfbef981d0f6bc50d6e4a.tar.bz2 bugzilla-fed4688ea162a6a2838cfbef981d0f6bc50d6e4a.zip |
Docs patch for bug 36257: Add the QA contact field to the list of valid fields in the "Anatomy of a bug" section - Patch by me, r=justdave
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/using.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/xml/using.xml b/docs/xml/using.xml index 525a7c6a5..a831e98f6 100644 --- a/docs/xml/using.xml +++ b/docs/xml/using.xml @@ -152,6 +152,12 @@ <listitem> <para> + <emphasis>*QA Contact:</emphasis> + The person responsible for quality assurance on this bug.</para> + </listitem> + + <listitem> + <para> <emphasis>*URL:</emphasis> A URL associated with the bug, if any.</para> </listitem> |