~ci-train-bot/indicator-transfer/indicator-transfer-ubuntu-zesty-2265

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
* '''Checklist for component''': indicator-transfer
 * '''Component Test Plan''': https://wiki.ubuntu.com/Process/Merges/TestPlan/indicator-transfer
 * '''Trunk URL''': lp:indicator-transfer
 * '''Ubuntu Package URL (LP)''': http://launchpad.net/ubuntu/+source/indicator-transfer

This documents the expections that the project has on what submitters,
reviewers, and landers should ensure that they've done for a merge into
the project.

The source for this document can be gotten from Bazaar:
{{{
$ bzr cat lp:indicator-transfer/MERGE-REVIEW
}}}

== MP Submission Checklist Template ==

'''Note: Please ensure you include the following form filled out and submitted along side your code to the MP ticket.'''

 * Are there any related MPs required for this MP to build/function as expected? Please list.
 * Is your branch in sync with latest trunk? (e.g. bzr pull lp:trunk -> no changes)
 * Did the code build without warnings?
 * Did the tests run successfully?
 * Did you perform an exploratory manual test run of your code change and any related functionality?
 * Has your component test plan been executed successfully on emulator or a physical device?
 * Please list which manual tests are germane for the reviewer in this MP.

== MP Review Checklist Template ==

'''Note: Please ensure you include the following form filled out and submitted along side your code to the MP ticket.'''

 * Have you checked that the submitter has accurately filled out the submitter checklist and has taken no shortcuts?
 * Did you run the manual tests listed by the submitter?
 * Did you do exploratory testing related to the component you own with the MP changeset included?
 * If new features have been added, are the manual tests sufficient to cover them?

== MP Landing Checklist Template ==

'''Note: Please ensure you include the following form filled out and submitted along side your code to the MP ticket.'''

 * Ensure that the checklists have been properly filled out by submitter and all reviewers