Diff for "QuickCoverLetterTemplate"

Not logged in - Log In / Register

Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2008-12-18 17:03:21
Size: 205
Editor: barry
Comment:
Revision 7 as of 2021-08-24 10:09:22
Size: 721
Editor: cjwatson
Comment: remove manual linting; pre-commit enforces this now
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:

== lint ==


== diff ==

{{{
diff-output
}}}
''Explain how to demonstrate the fix and how to carry out QA on it.''

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.

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