diff options
Diffstat (limited to 'template/en/default/pages/bug-writing.html.tmpl')
-rw-r--r-- | template/en/default/pages/bug-writing.html.tmpl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/template/en/default/pages/bug-writing.html.tmpl b/template/en/default/pages/bug-writing.html.tmpl index 22dd652a7..83acfca05 100644 --- a/template/en/default/pages/bug-writing.html.tmpl +++ b/template/en/default/pages/bug-writing.html.tmpl @@ -85,6 +85,26 @@ Drag-selecting any page crashes Mac builds in the NSGetFactory function. </pre> </blockquote> + <p><b>Version-Release number of selected component (if applicable):</b> + The version number of the component that is causing this problem. For + example if you were experiencing a problem with the grep command in + RHEL 6, the component version would be 2.6.3.</p> + + <blockquote> +<pre> +2.6.3 +</pre> + </blockquote> + + <p><b>How reproducible:</b> Can this [% terms.bug %] always be reproduced, + or only reproduced occasionally.</p> + + <blockquote> +<pre> +always +</pre> + </blockquote> + <p><b>Steps to Reproduce:</b> Minimized, easy-to-follow steps that will trigger the [% terms.bug %]. Include any special setup steps.</p> |