From c4975b6395df29d2472359f4364f04ebbc108008 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 16 Apr 2015 23:39:27 +0100 Subject: Bug 1113375: Make changes to MDN's feature request form --- .../en/default/bug/create/comment-mdn.txt.tmpl | 36 +++++++++++++--------- 1 file changed, 22 insertions(+), 14 deletions(-) (limited to 'extensions/BMO/template/en/default/bug/create/comment-mdn.txt.tmpl') 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') %] -- cgit v1.2.3-24-g4f1b