← Back to team overview

apport-hackers team mailing list archive

[Merge] lp:~otto/apport/apport into lp:apport

 

Otto Kekäläinen has proposed merging lp:~otto/apport/apport into lp:apport.

Requested reviews:
  Apport upstream developers (apport-hackers)

For more details, see:
https://code.launchpad.net/~otto/apport/apport/+merge/244312
-- 
Your team Apport upstream developers is requested to review the proposed merge of lp:~otto/apport/apport into lp:apport.
=== modified file 'problem_report.py'
--- problem_report.py	2013-09-19 14:26:33 +0000
+++ problem_report.py	2014-12-10 16:13:26 +0000
@@ -451,7 +451,11 @@
 
         keys = sorted(self.data.keys())
 
-        text = ''
+        text = '''
+        This bug has been filed via Apport.
+        The first lines of text are filled in by the user
+        to a field titled "Please describe the bug in a few words":
+        '''
         attachments = []
 
         if 'ProblemType' in keys:


Follow ups