aboutsummaryrefslogtreecommitdiff
path: root/template/en/default/bug/create/create.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/create/create.html.tmpl')
-rw-r--r--template/en/default/bug/create/create.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl
index c3e18ad..ccc2bed 100644
--- a/template/en/default/bug/create/create.html.tmpl
+++ b/template/en/default/bug/create/create.html.tmpl
@@ -544,10 +544,10 @@ TUI_hide_default('attachment_text_field');
[% INCLUDE global/textarea.html.tmpl
name = 'comment'
id = 'comment'
- minrows = 10
+ minrows = 15
maxrows = 25
cols = constants.COMMENT_COLS
- defaultcontent = defaultcontent
+ defaultcontent = defaultcontent = "Overview: More detailed restatement of summary.\n\nSteps to Reproduce: Minimized, easy-to-follow steps that will trigger the bug. Include any special setup steps.\n1.\n2.\n3.\n...\n\nActual Results: What happened after performing the above steps.\n\nExpected Results: What should have happened, were the bug not present.\n\nAdditional Information:\n\n"
%]
<br>
</td>