Skip to content

Commit be2ebdf

Browse files
authored
add subject to table of contents
1 parent 3eb5173 commit be2ebdf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Hello! Thank you for choosing to help contribute to one of the SendGrid open source projects. There are many ways you can contribute and help is always welcome. We simply ask that you follow the following contribution policies.
22

3-
- [CLAs and CCLAs](#cla)
43
- [Roadmap & Milestones](#roadmap)
4+
- [CLAs and CCLAs](#cla)
55
- [Feature Request](#feature-request)
66
- [Submit a Bug Report](#submit-a-bug-report)
77
- [Improvements to the Codebase](#improvements-to-the-codebase)
8+
- [Environment Variables](#environment-variables)
89
- [Understanding the Code Base](#understanding-the-codebase)
910
- [Testing](#testing)
1011
- [Style Guidelines & Naming Conventions](#style-guidelines-and-naming-conventions)
@@ -74,6 +75,7 @@ git clone https://github.com/sendgrid/php-http-client.git
7475
cd php-http-client
7576
```
7677

78+
<a name="environment-variables"></a>
7779
## Environment Variables
7880

7981
First, get your free SendGrid account [here](https://sendgrid.com/free?source=php-http-client).
@@ -138,7 +140,8 @@ Please run your code through:
138140

139141
- [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer)
140142

141-
## Creating a Pull Request<a name="creating-a-pull-request"></a>
143+
<a name="creating-a-pull-request"></a>
144+
## Creating a Pull Request
142145

143146
1. [Fork](https://help.github.com/fork-a-repo/) the project, clone your fork,
144147
and configure the remotes:

0 commit comments

Comments
 (0)