[arch-releng] [PATCH] clarify that issues should still be reported on the bugtracker
Signed-off-by: Dieter Plaetinck <dieter@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
On Thu, May 19, 2011 at 4:19 AM, Dieter Plaetinck <dieter@plaetinck.be> wrote:
Signed-off-by: Dieter Plaetinck <dieter@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 \
"you you"? Probably also more proper to use the "If you run into problems..." tense.
+ 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
Signed-off-by: Dieter Plaetinck <dieter@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..07f56f7 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 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
On Tue, May 24, 2011 at 4:28 PM, Dieter Plaetinck <dieter@plaetinck.be> wrote:
Signed-off-by: Dieter Plaetinck <dieter@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..07f56f7 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 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)
Thanks, applied. I updated this to use the same multiline format we were using elsewhere, and in this very same message. Quotes should end each line and start the next rather than including whitespace in the string itself. -Dan
participants (2)
-
Dan McGee
-
Dieter Plaetinck