Skip to content

Commit 3b44b8a

Browse files
authored
Update CONTRIBUTING.md
1 parent cf7605a commit 3b44b8a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

CONTRIBUTING.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22

33
## Develop
44

5-
#### 1. Fork this repo
5+
1. Fork this repo
66

7-
#### 2. Build the project
7+
2. Build the project
88

9-
```shell
10-
# java >=8 required
11-
export JAVA_HOME=/path/to/java8/home
9+
```shell
10+
# java >=8 required
11+
export JAVA_HOME=/path/to/java8/home
1212

13-
mvn build
14-
```
13+
mvn build
14+
```
1515

16-
#### 3. Make a change
16+
3. Make a change
1717

18-
fix a bug, add a feature, update the doc, etc
18+
Fix a bug, add a feature, update the doc, etc
1919

20-
#### 4. Run the Tests
20+
4. Run the Tests
2121

22-
```shell
23-
mvn test
24-
```
22+
```shell
23+
mvn test
24+
```
2525

26-
#### 5. Create a Pull Request (PR)
26+
5. Create a Pull Request (PR)
2727

2828
## Add yourself as a contributor
2929

0 commit comments

Comments
 (0)