From 46dc79df7519dac7600399f21f79ba4a9f6cf21d Mon Sep 17 00:00:00 2001 From: "Dylan William Hardison [:dylan]" Date: Tue, 13 May 2014 14:30:21 +0800 Subject: Bug 995000: Please create an Automation Request Form in Bugzilla --- .../default/bug/create/comment-automative.txt.tmpl | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 extensions/BMO/template/en/default/bug/create/comment-automative.txt.tmpl (limited to 'extensions/BMO/template/en/default/bug/create/comment-automative.txt.tmpl') diff --git a/extensions/BMO/template/en/default/bug/create/comment-automative.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-automative.txt.tmpl new file mode 100644 index 000000000..c23a6427d --- /dev/null +++ b/extensions/BMO/template/en/default/bug/create/comment-automative.txt.tmpl @@ -0,0 +1,52 @@ +[%# 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 +%] +>>Problem: +[%+ cgi.param('desc_problem') %] + +>>Solution: +[%+ cgi.param('desc_solution') %] + +>>Mozilla Top Level Goal: +[%+ cgi.param('desc_top_level_goal') %] + +>>Existing [% terms.Bug %]: +[% IF cgi.param('existing_bug') %] +[%+ terms.Bug %] [% cgi.param("existing_bug") %] +[% ELSE %] +No [% terms.bug %] +[% END %] + +>>Per-Commit: +[%+ cgi.param('per_commit') || 'No' %] + +>>Data other than Pass/Fail: +[%+ cgi.param('desc_data_produce') || 'No' %] + +>>Prototype Date: +[%+ cgi.param("prototype_date") || 'Not provided' %] + +>>Production Date: +[%+ cgi.param("production_date") || 'Not provided' %] + +>>Most Valuable Piece: +[%+ cgi.param('most_valuable_piece') || 'Not provided' %] + +>>Responsible Engineer: +[%+ cgi.param('responsible_engineer') || 'Not provided' %] + +>>Manager: +[%+ cgi.param('manager') || 'Not provided' %] + +>>Other Teams/External Dependencies: +[%+ cgi.param('other_teams') || 'Not provided' %] + +>>Additional Info: +[%+ cgi.param('additional_info') || 'Not provided' %] -- cgit v1.2.3-24-g4f1b