summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/bug/create/comment-webops-request.txt.tmpl
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2014-12-23 16:21:22 +0100
committerDylan William Hardison <dylan@hardison.net>2014-12-30 18:29:53 +0100
commit66a9fc93e06ac364194a86c7269b662e1e227c60 (patch)
tree6aa3338608e7a2e41aa860e0eb6e1a5a1bdaa5a1 /extensions/BMO/template/en/default/bug/create/comment-webops-request.txt.tmpl
parent89e09eb00b896f41ba6e82ce758cd7ea3905f0db (diff)
downloadbugzilla-66a9fc93e06ac364194a86c7269b662e1e227c60.tar.gz
bugzilla-66a9fc93e06ac364194a86c7269b662e1e227c60.tar.xz
Bug 1027903 - Please create a WebOps Request Form in Bugzilla
r=dkl
Diffstat (limited to 'extensions/BMO/template/en/default/bug/create/comment-webops-request.txt.tmpl')
-rw-r--r--extensions/BMO/template/en/default/bug/create/comment-webops-request.txt.tmpl24
1 files changed, 24 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/comment-webops-request.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-webops-request.txt.tmpl
new file mode 100644
index 000000000..2068ead7f
--- /dev/null
+++ b/extensions/BMO/template/en/default/bug/create/comment-webops-request.txt.tmpl
@@ -0,0 +1,24 @@
+[%# 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.
+ #%]
+[% PROCESS global/variables.none.tmpl %]
+[% USE Bugzilla %]
+[% cgi = Bugzilla.cgi +%]
+> What are you asking us to do?
+[%+ cgi.param('desc_1') %]
+
+> What is the problem you are trying to solve?
+[%+ cgi.param('desc_2') %]
+
+> How would you solve this problem? How has this problem been solved in the past?
+[%+ cgi.param('desc_3') %]
+
+> Who might be impacted by this change?
+[%+ cgi.param('desc_4') %]
+
+> What are the known dependencies for this request?
+[%+ cgi.param('desc_5') %]