summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl
diff options
context:
space:
mode:
authorSebastin Santy <sebastinssanty@gmail.com>2016-10-12 00:41:52 +0200
committerDylan William Hardison <dylan@hardison.net>2016-10-12 00:41:52 +0200
commite21bf08fa7ce702453c943964607872a60ba0cd8 (patch)
tree7cfc3826476c06bbdeb95b93186dc7cbb30fca6e /extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl
parentb955c8d1282ac7c0762c7a12dd8549e13110bfb1 (diff)
downloadbugzilla-e21bf08fa7ce702453c943964607872a60ba0cd8.tar.gz
bugzilla-e21bf08fa7ce702453c943964607872a60ba0cd8.tar.xz
Bug 1298932 - Please create an IPC request form in Bugzilla
Diffstat (limited to 'extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl')
-rw-r--r--extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl43
1 files changed, 43 insertions, 0 deletions
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") %]