Skip to content

Commit

Permalink
Add section on testing
Browse files Browse the repository at this point in the history
Docker-DCO-1.1-Signed-off-by: Glyn Normington <gnormington@gopivotal.com> (github: glyn)
  • Loading branch information
Glyn Normington committed Jun 13, 2014
1 parent 74409a5 commit 976a57b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTORS_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ same commit so that a revert would remove all traces of the feature or fix.
Commits that fix or close an issue should include a reference like `Closes #XXX`
or `Fixes #XXX`, which will automatically close the issue when merged.

### Testing

Make sure you include suitable tests, preferably unit tests, in your pull request
and that all the tests pass.

*Instructions for running tests to be added.*

### Merge approval

libcontainer maintainers use LGTM (looks good to me) in comments on the code review
Expand Down

0 comments on commit 976a57b

Please sign in to comment.