@@ -17,15 +17,16 @@ Before sending your pull requests, make sure you followed this list:
1717Please follow the steps below in order to make the changes:
1818
19191 . 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