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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
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.
1
+
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 merely ask that you follow the following contribution policies.
2
2
3
3
-[CLAs and CCLAs](#cla)
4
4
-[Roadmap & Milestones](#roadmap)
@@ -12,14 +12,14 @@ Hello! Thank you for choosing to help contribute to one of the SendGrid open sou
12
12
-[Code Reviews](#code-reviews)
13
13
14
14
<aname="roadmap"></a>
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.
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.
16
16
17
17
<aname="cla"></a>
18
18
## CLAs and CCLAs
19
19
20
20
Before you get started, SendGrid requires that a SendGrid Contributor License Agreement (CLA) be filled out by every contributor to a SendGrid open source project.
21
21
22
-
Our goal with the CLA is to clarify the rights of our contributors and reduce other risks arising from inappropriate contributions. The CLA also clarifies the rights SendGrid holds in each contribution and helps to avoid misunderstandings over what rights each contributor is required to grant to SendGrid when making a contribution. In this way the CLA encourages broad participation by our open source community and helps us build strong open source projects, free from any individual contributor withholding or revoking rights to any contribution.
22
+
Our goal with the CLA is to clarify the rights of our contributors and reduce other risks arising from inappropriate contributions. The CLA also clarifies the rights SendGrid holds in each contribution and helps to avoid misunderstandings over what rights each contributor is required to grant to SendGrid when contributing. In this way, the CLA encourages broad participation by our open source community and helps us build strong open source projects, free from any individual contributor withholding or revoking rights to any contribution.
23
23
24
24
SendGrid does not merge a pull request made against a SendGrid open source project until that pull request is associated with a signed CLA. Copies of the CLA are available [here](https://gist.github.com./SendGridDX/98b42c0a5d500058357b80278fde3be8#file-sendgrid_cla).
25
25
@@ -34,25 +34,25 @@ If you'd like to make a feature request, please read this section.
34
34
35
35
The GitHub issue tracker is the preferred channel for library feature requests, but please respect the following restrictions:
36
36
37
-
- Please **search for existing issues**in order to ensure we don't have duplicate bugs/feature requests.
37
+
- Please **search for existing issues** to ensure we don't have duplicate bugs/feature requests.
38
38
- Please be respectful and considerate of others when commenting on issues
39
39
40
40
<aname="submit-a-bug-report"></a>
41
41
## Submit a Bug Report
42
42
43
43
Note: DO NOT include your credentials in ANY code examples, descriptions, or media you make public.
44
44
45
-
A software bug is a demonstrable issue in the code base. In order for us to diagnose the issue and respond as quickly as possible, please add as much detail as possible into your bug report.
45
+
A software bug is a demonstrable issue in the code base. For us to diagnose the issue and respond as quickly as possible, please add as much detail as possible into your bug report.
46
46
47
47
Before you decide to create a new issue, please try the following:
48
48
49
49
1. Check the Github issues tab if the identified issue has already been reported, if so, please add a +1 to the existing post.
50
-
2. Update to the latest version of this code and check if issue has already been fixed
50
+
2. Update to the latest version of this code and check if the issue has already been fixed
51
51
3. Copy and fill in the Bug Report Template we have provided below
52
52
53
53
### Please use our Bug Report Template
54
54
55
-
In order to make the process easier, we've included a [sample bug report template](https://github.com./sendgrid/php-http-client/ISSUE_TEMPLATE.md) (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
+
To make the process easier, we've included a [sample bug report template](https://github.com./sendgrid/php-http-client/ISSUE_TEMPLATE.md) (borrowed from [Ghost](https://github.com./TryGhost/Ghost/)). The template uses [GitHub flavored markdown](https://help.github.com./articles/github-flavored-markdown/) for formatting.
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ composer install
58
58
59
59
## Install without Composer
60
60
61
-
You should create directory`lib`in directory of your application and clone to `lib` repositories [php-http-client](https://github.com./sendgrid/php-http-client.git) and [sendgrid-php](https://github.com./sendgrid/sendgrid-php.git):
61
+
You should create a`lib`directory in the directory of your application and clone to `lib` repositories [php-http-client](https://github.com./sendgrid/php-http-client.git) and [sendgrid-php](https://github.com./sendgrid/sendgrid-php.git):
Copy file name to clipboardExpand all lines: TROUBLESHOOTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ If you can't find a solution below, please open an [issue](https://github.com./se
7
7
<aname="request-body"></a>
8
8
## Viewing the Request Body
9
9
10
-
When debugging or testing, it may be useful to examine the raw request body. In the `examples/example.php` file, after your API call use this code to echo out the statuscode, body and headers:
10
+
When debugging or testing, it may be useful to examine the raw request body. In the `examples/example.php` file, after your API call, use this code to echo out the status code, body, and headers:
0 commit comments