~otto/apport/apport

« back to all changes in this revision

Viewing changes to problem_report.py

  • Committer: Otto Kekäläinen
  • Date: 2014-12-10 16:11:23 UTC
  • Revision ID: otto@seravo.fi-20141210161123-l2hnqkx60t9yc30g
Add descriptive introduction to bug report to give context on what the first line is about.

Show diffs side-by-side

added added

removed removed

Lines of Context:
451
451
 
452
452
        keys = sorted(self.data.keys())
453
453
 
454
 
        text = ''
 
454
        text = '''
 
455
        This bug has been filed via Apport.
 
456
        The first lines of text are filled in by the user
 
457
        to a field titled "Please describe the bug in a few words":
 
458
        '''
455
459
        attachments = []
456
460
 
457
461
        if 'ProblemType' in keys: