You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We love pull requests from everyone, especially if they are to expand the available functionality or address one of the [open issues](https://github.com/cisco-open/test-telemetry-generator/issues). You will need the following to start with:
4
+
* Github access, obviously
5
+
* JDK 11
6
+
* Gradle 5.6.4 or above
7
+
8
+
Once you have the above setup:
9
+
* Clone the project
10
+
* Create a new branch on your local machine
11
+
* Make the changes and add tests for your changes
12
+
* Run all tests in your local using
13
+
`./gradlew clean build test` for Linux/Mac
14
+
`gradlew.bat clean build test` for Windows
15
+
Doing this in local will ensure that the tests pass on the Github workflow too
16
+
* Push your branch and open a pull request with a good description of the changes being made
17
+
* Someone will review and we may suggest some changes, improvements or alternatives
0 commit comments