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
-[Creating a Pull Request](#creating-a-pull-request)
12
12
13
13
<aname="roadmap"></a>
14
14
We use [Milestones](https://github.com./sendgrid/php-http-client/milestones) to help define current roadmaps, please feel free to grab an issue from the current milestone. Please indicate that you have begun work on it to avoid collisions. Once a PR is made, community review, comments, suggestions and additional PRs are welcomed and encouraged.
@@ -26,7 +26,7 @@ When you create a Pull Request, after a few seconds, a comment will appear with
26
26
27
27
There are a few ways to contribute, which we'll enumerate below:
28
28
29
-
<aname="feature_request"></a>
29
+
<aname="feature-request"></a>
30
30
## Feature Request
31
31
32
32
If you'd like to make a feature request, please read this section.
@@ -36,7 +36,7 @@ The GitHub issue tracker is the preferred channel for library feature requests,
36
36
- Please **search for existing issues** in order to ensure we don't have duplicate bugs/feature requests.
37
37
- Please be respectful and considerate of others when commenting on issues
38
38
39
-
<aname="submit_a_bug_report"></a>
39
+
<aname="submit-a-bug-report"></a>
40
40
## Submit a Bug Report
41
41
42
42
Note: DO NOT include your credentials in ANY code examples, descriptions, or media you make public.
@@ -53,7 +53,7 @@ Before you decide to create a new issue, please try the following:
53
53
54
54
In order to make the process easier, we've included a [sample bug report template](https://github.com./sendgrid/php-http-client/.github/ISSUE_TEMPLATE) (borrowed from [Ghost](https://github.com./TryGhost/Ghost/)). The template uses [GitHub flavored markdown](https://help.github.com./articles/github-flavored-markdown/) for formatting.
55
55
56
-
<aname="improvements_to_the_codebase"></a>
56
+
<aname="improvements-to-the-codebase"></a>
57
57
## Improvements to the Codebase
58
58
59
59
We welcome direct contributions to the php-http-client code base. Thank you!
@@ -89,7 +89,7 @@ source ./sendgrid.env
89
89
##### Execute: #####
90
90
91
91
See the [examples folder](https://github.com./sendgrid/php-http-client/tree/master/examples
Generally, we follow the style guidelines as suggested by the official language. However, we ask that you conform to the styles that already exist in the library. If you wish to deviate, please explain your reasoning.
Copy file name to clipboardExpand all lines: README.md
+15-3
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,14 @@ If you are looking for the SendGrid API client library, please see [this repo](h
13
13
14
14
All updates to this library is documented in our [CHANGELOG](https://github.com./sendgrid/php-http-client/blob/master/CHANGELOG.md).
15
15
16
+
# Table of Contents
17
+
-[Installation](#installation)
18
+
-[Quick Start](#quick-start)
19
+
-[Usage](#usage)
20
+
-[Thanks](#thanks)
21
+
-[About](#about)
22
+
23
+
<aname="installation"></a>
16
24
# Installation
17
25
18
26
## Prerequisites
@@ -83,6 +91,7 @@ include __DIR__ . '/loader.php';
-[Sign the CLA to Create a Pull Request](https://github.com./sendgrid/php-http-client/blob/master/CONTRIBUTING.md#cla)
138
-
-[Improvements to the Codebase](https://github.com./sendgrid/php-http-client/blob/master/CONTRIBUTING.md#improvements_to_the_codebase)
148
+
-[Improvements to the Codebase](https://github.com./sendgrid/php-http-client/blob/master/CONTRIBUTING.md#improvements-to-the-codebase)
139
149
150
+
<aname="thanks"></a>
140
151
# Thanks
141
152
142
153
We were inspired by the work done on [birdy](https://github.com./inueni/birdy) and [universalclient](https://github.com./dgreisen/universalclient).
143
154
155
+
<aname="about"></a>
144
156
# About
145
157
146
158
php-http-client is guided and supported by the SendGrid [Developer Experience Team](mailto:[email protected]).
0 commit comments