Skip to content

Commit

Permalink
update contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Mar 18, 2018
1 parent b06407f commit 5319d92
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
# Contributing

Fork it
#### Fork it

Build the project
#### Build the project

```shell
mvn build
```

Run the Tests
#### Run the Tests

```shell
mvn test
```

Package
#### Create a PR

#### Package

Contributors are not responsible for pushing packages to mavencentral and jcenter. Contributors are responsible for validating that the package step succeeds.

```shell
mvn clean package dokka:javadocJar
Expand Down

0 comments on commit 5319d92

Please sign in to comment.