diff options
author | Thomas Bächler <thomas@archlinux.org> | 2011-08-14 16:32:35 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-16 15:07:07 -0500 |
commit | 8e1cae30596e48bfcc958dcd840c09b4cb8987ba (patch) | |
tree | 8a5f9e5133c3df299965de163ad1e03ed13c4d41 /templates/packages/flag.html | |
parent | f5b5c59b3c2e2aed161bc71a0e26cdeb59055a11 (diff) |
templates/flag.html: Improve the note about bug reports.
There are tons of morons out there who are not able to read. Thus, I
keep getting bug reports via the "flag out of date" feature.
This patch removes all occurrences of "please" from the note and
adds a new sentence that explains our ignorance properly. The hint
to file a bug report is now longer, so idiots might see it.
Dan: add one more line in the early text.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages/flag.html')
-rw-r--r-- | templates/packages/flag.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/packages/flag.html b/templates/packages/flag.html index 261d6066..34dfe34e 100644 --- a/templates/packages/flag.html +++ b/templates/packages/flag.html @@ -10,7 +10,7 @@ <p>If you notice a package is out-of-date (i.e., there is a newer <strong>stable</strong> release available), then please notify us using - the form below.</p> + the form below. Do <em>not</em> report bugs via this form!</p> <p>Note that all of the following packages will be marked out of date:</p> <ul> @@ -26,9 +26,10 @@ title="Visit the arch-general mailing list">arch-general mailing list</a> with your additional text.</p> - <p><strong>Note:</strong> Please do <em>not</em> use this facility if the - package is broken! Please <a href="https://bugs.archlinux.org/" - title="Arch Linux Bugtracker">file a bug</a> instead.</p> + <p><strong>Note:</strong> Do <em>not</em> use this facility if the + package is broken! The package will be unflagged and the report will be ignored! + <a href="https://bugs.archlinux.org/" title="Arch Linux Bugtracker">Use the + bugtracker to file a bug</a> instead.</p> <p>Please confirm your flag request for {{package.pkgname}}:</p> |