Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio authored Feb 15, 2021
1 parent cf7605a commit 3b44b8a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@

## Develop

#### 1. Fork this repo
1. Fork this repo

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

```shell
# java >=8 required
export JAVA_HOME=/path/to/java8/home
```shell
# java >=8 required
export JAVA_HOME=/path/to/java8/home

mvn build
```
mvn build
```

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

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

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

```shell
mvn test
```
```shell
mvn test
```

#### 5. Create a Pull Request (PR)
5. Create a Pull Request (PR)

## Add yourself as a contributor

Expand Down

0 comments on commit 3b44b8a

Please sign in to comment.