Skip to content

Commit c798252

Browse files
authored
docs: Modify README.md in alignment with SendGrid Support (#1055)
1 parent 43c03bd commit c798252

File tree

5 files changed

+7
-49
lines changed

5 files changed

+7
-49
lines changed

.github/ISSUE_TEMPLATE/config.yml

-10
This file was deleted.

ISSUE_TEMPLATE.md

-30
This file was deleted.

PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ A short description of what this PR does.
2828
- [ ] I have added the necessary documentation about the functionality in the appropriate .md file
2929
- [ ] I have added inline documentation to the code I modified
3030

31-
If you have questions, please file a [support ticket](https://support.sendgrid.com), or create a GitHub Issue in this repository.
31+
If you have questions, please file a [support ticket](https://support.sendgrid.com).

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Version 3.X.X+ of this library provides full support for all SendGrid [Web API v
1313

1414
This library represents the beginning of a new path for SendGrid. We want this library to be community driven and SendGrid led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/sendgrid/sendgrid-python/issues) and [pull requests](CONTRIBUTING.md) or simply upvote or comment on existing issues or pull requests.
1515

16-
Please browse the rest of this README for further detail.
16+
**If you need help using SendGrid, please check the [Twilio SendGrid Support Help Center](https://support.sendgrid.com).**
1717

18-
We appreciate your continued support, thank you!
18+
Please browse the rest of this README for further detail.
1919

2020
# Table of Contents
2121

@@ -28,6 +28,7 @@ We appreciate your continued support, thank you!
2828
* [How to Contribute](#contribute)
2929
* [Troubleshooting](#troubleshooting)
3030
* [About](#about)
31+
* [Support](#support)
3132
* [License](#license)
3233

3334
<a name="installation"></a>
@@ -209,9 +210,10 @@ Please see our [troubleshooting guide](TROUBLESHOOTING.md) for common library is
209210

210211
sendgrid-python is maintained and funded by Twilio SendGrid, Inc. The names and logos for sendgrid-python are trademarks of Twilio SendGrid, Inc.
211212

212-
If you need help installing or using the library, please check the [Twilio SendGrid Support Help Center](https://support.sendgrid.com).
213+
<a name="support"></a>
214+
# Support
213215

214-
If you've instead found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo!
216+
If you need support, please check the [Twilio SendGrid Support Help Center](https://support.sendgrid.com).
215217

216218
<a name="license"></a>
217219
# License

test/unit/test_project.py

-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ def test_code_of_conduct(self):
2323
def test_contributing(self):
2424
self.assertTrue(os.path.isfile('./CONTRIBUTING.md'))
2525

26-
# ./ISSUE_TEMPLATE.md
27-
def test_issue_template(self):
28-
self.assertTrue(os.path.isfile('./ISSUE_TEMPLATE.md'))
29-
3026
# ./LICENSE
3127
def test_license(self):
3228
self.assertTrue(os.path.isfile('./LICENSE'))

0 commit comments

Comments
 (0)