diff options
| -rw-r--r-- | extensions/Mageia/template/en/default/bug/create/user-message.html.tmpl | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extensions/Mageia/template/en/default/bug/create/user-message.html.tmpl b/extensions/Mageia/template/en/default/bug/create/user-message.html.tmpl new file mode 100644 index 000000000..5a612ea6b --- /dev/null +++ b/extensions/Mageia/template/en/default/bug/create/user-message.html.tmpl @@ -0,0 +1,21 @@ +[%# 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. + #%] + +[%# Migration note: this file corresponds to the old Param + # 'entryheaderhtml' + #%] + +[%# You can make the output of this template product-specific by using + # Template Toolkit IF statements. The current product name is stored in + # the 'product' variable. + #%] + +Before reporting [% terms.abug %], please read the +<a href="page.cgi?id=bug-writing.html">[% terms.bug %] writing guidelines</a>, look at the list of +<a href="duplicates.cgi?product=[% product.name FILTER uri %]&openonly=1&maxrows=50&changedsince=60">most +frequently reported [% terms.bugs %]</a>, and <a href="query.cgi">search</a> for the [% terms.bug %]. |
