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-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
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 Twilio 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.
2
2
3
3
-[Feature Request](#feature-request)
4
4
-[Submit a Bug Report](#submit-a-bug-report)
@@ -18,21 +18,21 @@ If you'd like to make a feature request, please read this section.
18
18
19
19
The GitHub issue tracker is the preferred channel for library feature requests, but please respect the following restrictions:
20
20
21
-
- Please **search for existing issues**in order to ensure we don't have duplicate bugs/feature requests.
22
-
- Please be respectful and considerate of others when commenting on issues
21
+
- Please **search for existing issues** to ensure we don't have duplicate bugs/feature requests.
22
+
- Please be respectful and considerate of others when commenting on issues.
23
23
24
24
<aname="submit-a-bug-report"></a>
25
25
## Submit a Bug Report
26
26
27
27
Note: DO NOT include your credentials in ANY code examples, descriptions, or media you make public.
28
28
29
-
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.
29
+
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.
30
30
31
31
Before you decide to create a new issue, please try the following:
32
32
33
33
1. Check the Github issues tab if the identified issue has already been reported, if so, please add a +1 to the existing post.
34
-
2. Update to the latest version of this code and check if the issue has already been fixed
35
-
3. Copy and fill in the Bug Report Template we have provided below
34
+
2. Update to the latest version of this code and check if the issue has already been fixed.
35
+
3. Copy and fill in the Bug Report Template we have provided below.
36
36
37
37
### Please use our Bug Report Template
38
38
@@ -84,7 +84,7 @@ Builds the SMTPAPI header.
84
84
85
85
All PRs require passing tests before the PR will be reviewed.
86
86
87
-
All test files are in the [`test`](test) directory.
87
+
All the test files are in the [`test`](test) directory.
88
88
89
89
For the purposes of contributing to this repo, please update the [`__init__.py`](test/__init__.py) file with unit tests as you modify the code.
0 commit comments