~seb128/indicator-bluetooth/browsing-not-working

« back to all changes in this revision

Viewing changes to MERGE-REVIEW

  • Committer: Tarmac
  • Author(s): Ted Gould
  • Date: 2014-01-31 21:06:11 UTC
  • mfrom: (78.2.2 merge-policy)
  • Revision ID: tarmac-20140131210611-hv5hz5h52evhmsjc
Adding acceptance tests and merge review policies.

Approved by PS Jenkins bot, Charles Kerr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
This documents the expections that the project has on what both submitters
 
3
and reviewers should ensure that they've done for a merge into the project.
 
4
 
 
5
== Submitter Responsibilities ==
 
6
 
 
7
 * Ensure the project compiles and the test suite executes without error
 
8
 * Ensure that non-obvious code has comments explaining it
 
9
 * If the change works on specific profiles, please include those in the merge description.
 
10
 
 
11
== Reviewer Responsibilities ==
 
12
 
 
13
 * Did the Jenkins build compile?  Pass?  Run unit tests successfully?
 
14
 * Are there appropriate tests to cover any new functionality?
 
15
 * If the description says this effects the phone profile:
 
16
   * Run tests indicator-bluetooth/unity8*
 
17
 * If the description says this effects the desktop profile:
 
18
   * Run tests indicator-bluetooth/unity7*
 
19