summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/comment-mdn.txt.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BMO/template/en/default/bug/create/comment-mdn.txt.tmpl')
-rw-r--r--extensions/BMO/template/en/default/bug/create/comment-mdn.txt.tmpl36
1 files changed, 22 insertions, 14 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/comment-mdn.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-mdn.txt.tmpl
index 60a443d2b..ffcfe81be 100644
--- a/extensions/BMO/template/en/default/bug/create/comment-mdn.txt.tmpl
+++ b/extensions/BMO/template/en/default/bug/create/comment-mdn.txt.tmpl
@@ -9,7 +9,7 @@
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi +%]
-[% IF cgi.param('request_type') == 'Bug' %]
+[% IF cgi.param('request_type') == 'bug' %]
What did you do?
================
[%+ cgi.param('bug_actions') %]
@@ -22,24 +22,32 @@ What should have happened?
==========================
[%+ cgi.param('bug_expected_results') %]
-[% ELSIF cgi.param('request_type') == 'Feature' %]
-What problems would this solve?
-===============================
-[%+ cgi.param('feature_problem_solving') %]
+[% ELSIF cgi.param('request_type') == 'feature' %]
+What problem would this feature solve?
+======================================
+[%+ cgi.param('feature_problem') %]
-Who would use this?
-===================
+Who has this problem?
+=====================
+[% IF cgi.param('feature_audience') == 'Other' %]
+[%+ cgi.param('feature_audience_other_text') %]
+[% ELSE %]
[%+ cgi.param('feature_audience') %]
+[% END %]
-What would users see?
-=====================
-[%+ cgi.param('feature_interface') %]
+How do you know that the users identified above have this problem?
+==================================================================
+[%+ cgi.param('feature_identification') %]
-What would users do? What would happen as a result?
-===================================================
-[%+ cgi.param('feature_process') %]
+How are the users identified above solving this problem now?
+============================================================
+[%+ cgi.param('feature_solution') %]
+
+Do you have any suggestions for solving the problem? Please explain in detail.
+==============================================================================
+[%+ cgi.param('feature_suggestions') %]
-[% ELSIF cgi.param('request_type') == 'Change' %]
+[% ELSIF cgi.param('request_type') == 'change' %]
What feature should be changed? Please provide the URL of the feature if possible.
==================================================================================
[%+ cgi.param('change_feature') %]