summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/comment-mdn.txt.tmpl
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-04-17 00:39:27 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-04-17 00:39:27 +0200
commitc4975b6395df29d2472359f4364f04ebbc108008 (patch)
tree7f831dbfd799d6847b33cd01631dd26222245976 /extensions/BMO/template/en/default/bug/create/comment-mdn.txt.tmpl
parent4fbbdbc95a7959a5cf8ecb5df7126c76e52a06fe (diff)
downloadbugzilla-c4975b6395df29d2472359f4364f04ebbc108008.tar.gz
bugzilla-c4975b6395df29d2472359f4364f04ebbc108008.tar.xz
Bug 1113375: Make changes to MDN's feature request form
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') %]