From e21bf08fa7ce702453c943964607872a60ba0cd8 Mon Sep 17 00:00:00 2001 From: Sebastin Santy Date: Tue, 11 Oct 2016 18:41:52 -0400 Subject: Bug 1298932 - Please create an IPC request form in Bugzilla --- .../en/default/bug/create/comment-ipc.txt.tmpl | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl (limited to 'extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl') diff --git a/extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl new file mode 100644 index 000000000..c25aff329 --- /dev/null +++ b/extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl @@ -0,0 +1,43 @@ +[%# 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 %] + +>> What team are you are a part of? +[%+ cgi.param("team_name") %] + +>> Will your snippet need to appear in a language other than English? +[%+ cgi.param("language").join(', ') %] + +>> Does your snippet need to be targeted to a particular country? +[%+ cgi.param("target_country") %] + +>> Insert your tagged link here. +[%+ cgi.param("tagged_link") %] + +>> When would you like your snippet to start its run? +[%+ cgi.param("start_run") %] + +>> When would you like your snippet to complete its run? +[%+ cgi.param("complete_run") %] + +>> Will you be able to provide the following assets for your snippet? +[%+ cgi.param("snippet_assets").join(', ') %] + +>> Your name? +[%+ cgi.param("name") %] + +>> E-mail? +[%+ cgi.param("email") %] + +>> Anything else you would like to add? +[%+ cgi.param("else") %] + +>> Who do you think is coolest? +[%+ cgi.param("bonus") %] -- cgit v1.2.3-24-g4f1b