diff options
| author | Frédéric Buclin <LpSolit@gmail.com> | 2025-12-22 22:09:29 +0100 |
|---|---|---|
| committer | Frédéric Buclin <LpSolit@gmail.com> | 2025-12-22 22:09:29 +0100 |
| commit | cbb06626e7c7774ff1792b92cdc92e54f93dd6d6 (patch) | |
| tree | e2806c3c30e4e48fed053c784884d55a03a7f3f1 | |
| parent | e81ceb4bcd7ed3637c81a7f54175a185578b2b0d (diff) | |
| download | bugs-cbb06626e7c7774ff1792b92cdc92e54f93dd6d6.tar bugs-cbb06626e7c7774ff1792b92cdc92e54f93dd6d6.tar.gz bugs-cbb06626e7c7774ff1792b92cdc92e54f93dd6d6.tar.bz2 bugs-cbb06626e7c7774ff1792b92cdc92e54f93dd6d6.tar.xz bugs-cbb06626e7c7774ff1792b92cdc92e54f93dd6d6.zip | |
Make the duplicates list more useful
Only list open bugs and restrict the list to the current product
| -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 %]. |
