Skip to content

Commit

Permalink
Added instructions for dummies to contribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrains committed Dec 19, 2016
1 parent 4413f5c commit b8a967d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -127,3 +127,12 @@ testing framework.
### MockObjectNamingScheme

Creates names for mock objects based on the mocked type.

# Contributing

If you'd like to contribute, then do the following:

1. clone this repository (`git clone …`)
2. install Maven (`brew install mvn` on Mac OS, for example)
3. `$ mvn package` in order to generate a signed JAR. This will run all the tests. (`$ mvn test` appears not to suffice.)

0 comments on commit b8a967d

Please sign in to comment.