[Reportbug-commits] [reportbug] 01/02: improve the template provided to less-expert reporters to be clear the questions should be answered by the reporter themselves; thanks to Tony Houghton for the report; Closes: #690782
Sandro Tosi
morph at moszumanska.debian.org
Sun Jan 19 19:12:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository reportbug.
commit 1ad449a89ba88a3a43bded388faaa6cb1ac36e14
Author: Sandro Tosi <morph at debian.org>
Date: Sun Jan 19 17:32:15 2014 +0100
improve the template provided to less-expert reporters to be clear the questions should be answered by the reporter themselves; thanks to Tony Houghton for the report; Closes: #690782
---
debian/changelog | 6 +++++-
reportbug/utils.py | 5 +++--
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d7d9c9d..a1596bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,12 @@ reportbug (6.4.5) UNRELEASED; urgency=low
- implement support for attachments in bugscripts; thanks to Joachim
Breitner for the report and to Michael Stapelberg for the patch;
Closes: #526110
+ * reportbug/utils.py
+ - improve the template provided to less-expert reporters to be clear the
+ questions should be answered by the reporter themselves; thanks to Tony
+ Houghton for the report; Closes: #690782
- -- Sandro Tosi <morph at debian.org> Sun, 19 Jan 2014 17:03:29 +0100
+ -- Sandro Tosi <morph at debian.org> Sun, 19 Jan 2014 17:31:59 +0100
reportbug (6.4.4) unstable; urgency=low
diff --git a/reportbug/utils.py b/reportbug/utils.py
index c2a1a82..9dbb4dc 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -74,7 +74,8 @@ import ui.text_ui as ui
from reportbug.ui import AVAILABLE_UIS
NEWBIELINE = """Dear Maintainer,
-*** Please consider answering these questions, where appropriate ***
+
+*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
* What exactly did you do (or not do) that was effective (or
@@ -82,7 +83,7 @@ NEWBIELINE = """Dear Maintainer,
* What was the outcome of this action?
* What outcome did you expect instead?
-*** End of the template - remove these lines ***"""
+*** End of the template - remove these template lines ***"""
fhs_directories = ['/', '/usr', '/usr/share', '/var', '/usr/X11R6',
'/usr/man', '/usr/doc', '/usr/bin']
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git
More information about the Reportbug-commits
mailing list