|
1 | 1 | Hello! Thank you for choosing to help contribute to one of the SendGrid open source libraries. There are many ways you can contribute and help is always welcome. We simply ask that you follow the following contribution policies. |
2 | 2 |
|
3 | | -- [CLAs and CCLAs](#cla) |
4 | | -- [Roadmap & Milestones](#roadmap) |
| 3 | +- [CLAs and CCLAs](#clas-and-cclas) |
5 | 4 | - [Feature Request](#feature-request) |
6 | 5 | - [Submit a Bug Report](#submit-a-bug-report) |
| 6 | + - [Please use our Bug Report Template](#please-use-our-bug-report-template) |
7 | 7 | - [Improvements to the Codebase](#improvements-to-the-codebase) |
8 | | -- [Understanding the Code Base](#understanding-the-codebase) |
| 8 | + - [Development Environment](#development-environment) |
| 9 | + - [Install and Run Locally](#install-and-run-locally) |
| 10 | + - [Prerequisites](#prerequisites) |
| 11 | + - [Initial setup:](#initial-setup) |
| 12 | +- [Environment Variables](#environment-variables) |
| 13 | + - [Execute:](#execute) |
| 14 | +- [Understanding the Code Base](#understanding-the-code-base) |
9 | 15 | - [Testing](#testing) |
10 | | -- [Style Guidelines & Naming Conventions](#style-guidelines-and-naming-conventions) |
| 16 | +- [Style Guidelines & Naming Conventions](#style-guidelines--naming-conventions) |
11 | 17 | - [Creating a Pull Request](#creating-a-pull-request) |
12 | 18 |
|
13 | 19 | <a name="roadmap"></a> |
@@ -102,7 +108,7 @@ touch Example.java |
102 | 108 | Add the example you want to test to Example.java, including the headers at the top of the file. |
103 | 109 |
|
104 | 110 | ``` bash |
105 | | -javac -classpath ../repo/com/sendgrid/4.2.1/sendgrid-4.2.1-jar.jar:. Example.java && java -classpath ../repo/com/sendgrid/4.2.1/sendgrid-4.2.1-jar.jar:. Example |
| 111 | +javac -classpath ../repo/com/sendgrid/4.3.0/sendgrid-4.3.0-jar.jar:. Example.java && java -classpath ../repo/com/sendgrid/4.3.0/sendgrid-4.3.0-jar.jar:. Example |
106 | 112 | ``` |
107 | 113 |
|
108 | 114 | <a name="understanding-the-codebase"></a> |
|
0 commit comments