Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio authored Nov 18, 2019
1 parent b2c0125 commit 6cecc7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Contributing

#### Fork it
#### 1. Fork it

#### Build the project
#### 2. Build the project

```shell
mvn build
```

#### Make a change
#### 3. Make a change

fix a bug, add a feature, update the doc, etc

#### Run the Tests
#### 4. Run the Tests

```shell
mvn test
```

#### Create a PR
#### 5. Create a PR

#### Add yourself as a contributor

Expand Down

0 comments on commit 6cecc7b

Please sign in to comment.