Skip to content

Commit

Permalink
Add Contributing section to README with CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig committed Oct 18, 2017
1 parent 57afde9 commit 31f33c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,3 +444,9 @@ $spy = \Spies\get_spy_for( 'sayHello' );
sayHello();
$this->assertTrue( $spy->was_called() );
```

## Contributing

Please submit an issue or PR!

[![CircleCI](https://circleci.com/gh/sirbrillig/spies.svg?style=svg)](https://circleci.com/gh/sirbrillig/spies)

0 comments on commit 31f33c9

Please sign in to comment.