We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7605a commit 3b44b8aCopy full SHA for 3b44b8a
CONTRIBUTING.md
@@ -2,28 +2,28 @@
2
3
## Develop
4
5
-#### 1. Fork this repo
+1. Fork this repo
6
7
-#### 2. Build the project
+2. Build the project
8
9
-```shell
10
-# java >=8 required
11
-export JAVA_HOME=/path/to/java8/home
+ ```shell
+ # java >=8 required
+ export JAVA_HOME=/path/to/java8/home
12
13
-mvn build
14
-```
+ mvn build
+ ```
15
16
-#### 3. Make a change
+3. Make a change
17
18
-fix a bug, add a feature, update the doc, etc
+ Fix a bug, add a feature, update the doc, etc
19
20
-#### 4. Run the Tests
+4. Run the Tests
21
22
23
-mvn test
24
+ mvn test
25
26
-#### 5. Create a Pull Request (PR)
+5. Create a Pull Request (PR)
27
28
## Add yourself as a contributor
29
0 commit comments