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
+
-[Code Reviews](#code-reviews)
12
13
13
14
<aname="roadmap"></a>
14
15
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.
## Creating a Pull Request<aname="creating-a-pull-request"></a>
143
+
<aname="creating-a-pull-request"></a>
144
+
## Creating a Pull Request
142
145
143
146
1.[Fork](https://help.github.com/fork-a-repo/) the project, clone your fork,
144
147
and configure the remotes:
@@ -191,4 +194,8 @@ Please run your code through:
191
194
7.[Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
192
195
with a clear title and description against the `master` branch. All tests must be passing before we will review the PR.
193
196
197
+
<aname="code-reviews"></a>
198
+
## Code Reviews
199
+
If you can, please look at open PRs and review them. Give feedback and help us merge these PRs much faster! If you don't know how, Github has some great [information on how to review a Pull Request](https://help.github.com/articles/about-pull-request-reviews/).
200
+
194
201
If you have any additional questions, please feel free to [email](mailto:dx@sendgrid.com) us or create an issue in this repo.
[](https://packagist.org/packages/sendgrid/php-http-client)
@@ -154,14 +168,15 @@ If you are interested in the future direction of this project, please take a loo
154
168
<aname="contribute"></a>
155
169
# How to Contribute
156
170
157
-
We encourage contribution to our libraries, please see our [CONTRIBUTING](https://github.com/sendgrid/php-http-client/blob/master/CONTRIBUTING.md)) guide for details.
171
+
We encourage contribution to our libraries, please see our [CONTRIBUTING](https://github.com/sendgrid/php-http-client/blob/master/CONTRIBUTING.md) guide for details.
This documentation provides examples for specific use cases. Please [open an issue](https://github.com/sendgrid/php-http-client/issues) or make a pull request for any use cases you would like us to document here. Thank you!
2
+
3
+
# Table of Contents
4
+
*[Docker](#docker)
5
+
6
+
<aname="docker"></a>
7
+
# Docker
8
+
9
+
You can run the example code at `examples/example.php` in a Docker container.
10
+
11
+
From the root directory:
12
+
13
+
```bash
14
+
cp examples/.env_sample .env
15
+
```
16
+
17
+
Update the `.env` file with your SendGrid API Key. If you don't have one, you can get one [here](https://sendgrid.com/free?source=php-http-client).
18
+
19
+
Add the `.env` file to your `.gitignore` file if you are publishing your code publically.
0 commit comments