From ac997a9166d6ac7ab0822f6935679fa0394eeb58 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 18 Feb 2015 11:41:17 +0800 Subject: Bug 1118987: create a new bug form for discourse issues (based on form.reps.it) --- .../bug/create/comment-csa-discourse.txt.tmpl | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 extensions/REMO/template/en/default/bug/create/comment-csa-discourse.txt.tmpl (limited to 'extensions/REMO/template/en/default/bug/create/comment-csa-discourse.txt.tmpl') diff --git a/extensions/REMO/template/en/default/bug/create/comment-csa-discourse.txt.tmpl b/extensions/REMO/template/en/default/bug/create/comment-csa-discourse.txt.tmpl new file mode 100644 index 000000000..4e65607e8 --- /dev/null +++ b/extensions/REMO/template/en/default/bug/create/comment-csa-discourse.txt.tmpl @@ -0,0 +1,28 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + +[% USE Bugzilla %] +[% cgi = Bugzilla.cgi %] + +Name: +[%+ cgi.param('name') %] + +Mozillians.org Profile: +[%+ cgi.param('mozillian') %] + +Community Name: +[%+ cgi.param('community') %] + +Category Names: +[%+ cgi.param('discourse_names') %] + +Background Hex Code: +[%+ cgi.param('discourse_bg') || "-" %] + +Comments: +[%+ cgi.param('comments') || "-" %] -- cgit v1.2.3-24-g4f1b