aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-06-05 11:17:55 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2014-06-05 11:17:55 +0300
commit422ad33d9ca4227657edc84bca4111f66a3a194d (patch)
treee2e15ba9377213e79251566a5b0b4f89c8d5e332
parente9b8ea17b86f02d062849be0cccd0b99c095ebd0 (diff)
Add a default description on bug creation
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-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>