Diff for "QuickCoverLetterTemplate"

Not logged in - Log In / Register

Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2008-12-18 17:03:21
Size: 205
Editor: barry
Comment:
Revision 6 as of 2012-05-21 13:10:44
Size: 865
Editor: cjwatson
Comment: stray newline
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Summary = See DetailedCoverLetterTemplate for information on what actually goes in the sections.
Line 3: Line 3:
------

== Summary ==

''Summarise the problem that you're solving.''
Line 6: Line 11:
''Summarise the proposed fix for the problem''
Line 9: Line 15:
''Any notes from pre-implementation discussions.''
Line 12: Line 19:
''Detailed description of your implementation.''

== LOC Rationale ==

''If your change contains a net increase in Lines of Code for Launchpad, explain why you think this is valid.''
Line 15: Line 27:
''Details of test commands to be run to test this branch.''
Line 18: Line 31:
''Explain how to demonstrate the fix and how to carry out QA on it.''
Line 19: Line 33:
== lint == == Lint ==
Line 21: Line 35:

== diff ==

{{{
diff-output
}}}
''Paste output from `make lint` here - if there's lint related to your code, fix it so that you don't have to paste it here!''

See DetailedCoverLetterTemplate for information on what actually goes in the sections.


Summary

Summarise the problem that you're solving.

Proposed fix

Summarise the proposed fix for the problem

Pre-implementation notes

Any notes from pre-implementation discussions.

Implementation details

Detailed description of your implementation.

LOC Rationale

If your change contains a net increase in Lines of Code for Launchpad, explain why you think this is valid.

Tests

Details of test commands to be run to test this branch.

Demo and Q/A

Explain how to demonstrate the fix and how to carry out QA on it.

Lint

Paste output from make lint here - if there's lint related to your code, fix it so that you don't have to paste it here!

QuickCoverLetterTemplate (last edited 2021-08-24 10:09:22 by cjwatson)