Skip to content

Commit ea0191a

Browse files
committed
Fix CONTRIBUTING.md
1 parent 25edcc1 commit ea0191a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@ Before sending your pull requests, make sure you followed this list:
1717
Please follow the steps below in order to make the changes:
1818

1919
1. Clone the repository and open it in your favourite IDE.
20-
2. Make code changes to the core library of `graphql-java-codegen`.
21-
3. If changes are required in the plugin code, then **build** and **install** `graphql-java-codegen` first.
20+
2. Checkout **develop** branch.
21+
3. Make code changes to the core library of `graphql-java-codegen`.
22+
4. If changes are required in the plugin code, then **build** and **install** `graphql-java-codegen` first.
2223

2324
```shell script
2425
# This will install the library (including your recent changes) in your local maven repository.
2526
./gradlew clean build publishToMavenLocal
2627
```
2728

28-
4. Build the plugin project with updated `graphql-java-codegen` library.
29+
5. Build the plugin project with updated `graphql-java-codegen` library.
2930

3031
```shell script
3132
# Build Gradle plugin
@@ -36,8 +37,8 @@ Please follow the steps below in order to make the changes:
3637
mvn clean verify
3738
```
3839

39-
5. Make changes to the plugin code
40-
6. Install the plugin (copy to your local maven repository).
40+
6. Make changes to the plugin code
41+
7. Install the plugin (copy to your local maven repository).
4142

4243
```shell script
4344
# Install Gradle plugin
@@ -48,4 +49,4 @@ Please follow the steps below in order to make the changes:
4849
mvn clean install
4950
```
5051

51-
7. Make sure that `example` projects are compiling and running.
52+
8. Make sure that `example` projects are compiling and running.

0 commit comments

Comments
 (0)