[%# 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 %] [% inline_style = BLOCK %] #doc_form th { text-align: right; } #short_desc, #details { width: 100%; } [% END %] [% inline_javascript = BLOCK %] function validateAndSubmit() { var alert_text = ''; if (!isFilledOut('type')) alert_text += 'Please select the "Request Type".\n'; if (!isFilledOut('short_desc')) alert_text += 'Please enter a "Summary".\n'; if (!isFilledOut('gecko')) alert_text += 'Please select the "Gecko Version".\n'; if (!isFilledOut('details')) alert_text += 'Please enter some "Details".\n'; if (alert_text != '') { alert(alert_text); return false; } return true; } [% END %] [% PROCESS global/header.html.tmpl title = "Developer Documentation Request" generate_api_token = 1 style = inline_style javascript = inline_javascript javascript_urls = [ 'extensions/BMO/web/js/form_validate.js', 'js/field.js', 'js/util.js', 'js/bug.js' ] yui = [ 'datatable', 'button' ] %] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %]

Developer Documentation Request

Use this form to request new documentation or corrections to existing documentation.
[ * Required Fields ]

[% IF feature_enabled('jsonrpc') AND !cloned_bug_id %] [% END %]
Request Type
Topic
Summary Please provide a brief summary of what documentation you're requesting, or what problem you're reporting in existing documentation:
Possible
Duplicates:
Page to Update
Technical Contact [% INCLUDE global/userselect.html.tmpl id => "cc" name => "cc" value => "" size => 60 classes => ["bz_userfield"] multiple => 5 %]
List of common topic experts
Gecko Version
Details
Development [% terms.Bug %] Corresponding development [% terms.bug %].
Urgency
Due to the volume of requests, the documentation team can't commit to meeting specific deadlines for given documentation requests, but we will do our best.
 
 
[% PROCESS global/footer.html.tmpl %]