diff options
author | Loic Dachary <loic@dachary.org> | 2011-09-21 16:02:43 +0200 |
---|---|---|
committer | Loic Dachary <loic@dachary.org> | 2011-09-21 16:02:43 +0200 |
commit | 9de10160e8fedf99dfe00e84767b04078e0e4d36 (patch) | |
tree | 863a75c322db8537564f51ced38b4d247ca276f8 /bug/bug.xhtml | |
parent | 8eea2fe0d99f4f7678a286210e06652717e28587 (diff) |
provide a text guide for the reporter to follow
Diffstat (limited to 'bug/bug.xhtml')
-rw-r--r-- | bug/bug.xhtml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/bug/bug.xhtml b/bug/bug.xhtml index 5db5438..c0deed1 100644 --- a/bug/bug.xhtml +++ b/bug/bug.xhtml @@ -126,7 +126,19 @@ <div class="subject">Subject:</div> <div class="subject-input"><input type="text" class="short" size="50"></input></div> <div class="desciption">Long description:</div> - <div class="description-input"><textarea rows="10" cols="60" class="long"></textarea></div> + <div class="description-input"><textarea rows="10" cols="60" class="long"> +Problem description: + +Steps to reproduce: +1. .... +2. .... +3. .... + +Current behavior: + +Expected behavior: + </textarea> + </div> </div> <div class="state state_submit"> |