[arch-releng] [PATCH] clarify that issues should still be reported on the bugtracker

Dieter Plaetinck dieter at plaetinck.be
Thu May 19 05:19:53 EDT 2011


Signed-off-by: Dieter Plaetinck <dieter at plaetinck.be>
---
 releng/views.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/releng/views.py b/releng/views.py
index 3180a9e..b416a76 100644
--- a/releng/views.py
+++ b/releng/views.py
@@ -39,7 +39,9 @@ class TestForm(forms.ModelForm):
             "your blockdevices/filesystems, select which option you took here.",
             widget=forms.CheckboxSelectMultiple(), required=False)
     success = forms.BooleanField(help_text="Only check this if everything went fine. " \
-            "If you you ran into any errors please specify them in the " \
+            "If you you ran into problems please create a ticket on <a \
+            href=\"https://bugs.archlinux.org/index.php?project=6\">the \
+            bugtracker</a> (or check that one already exists) and link to it in the " \
             "comments.", required=False)
     website = forms.CharField(label='',
             widget=forms.TextInput(attrs={'style': 'display:none;'}), required=False)
-- 
1.7.5.1



More information about the arch-releng mailing list