diff options
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"> |