Skip to content

Commit b9ae60e

Browse files
authored
docs: Modify README.md in alignment with SendGrid Support (#1360)
1 parent e94a1eb commit b9ae60e

File tree

5 files changed

+5
-48
lines changed

5 files changed

+5
-48
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

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We want this library to be community-driven, and Twilio SendGrid led. We need yo
1515

1616
For updates to this library, see our [CHANGELOG](CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-nodejs/releases).
1717

18-
We appreciate your continued support, thank you!
18+
**If you need support using Sendgrid, please check the [Twilio SendGrid Support Help Center](https://support.sendgrid.com).**
1919

2020
# Table of Contents
2121

@@ -68,9 +68,10 @@ Please see our [troubleshooting guide](TROUBLESHOOTING.md) for common library is
6868

6969
sendgrid-nodejs is maintained and funded by Twilio SendGrid, Inc. The names and logos for sendgrid-nodejs are trademarks of Twilio SendGrid, Inc.
7070

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

73-
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!
74+
If you need help using SendGrid, please check the [Twilio SendGrid Support Help Center](https://support.sendgrid.com).
7475

7576
<a name="license"></a>
7677
# License

test/files.spec.js

-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ describe('sendgrid-nodejs repo', function() {
3636
assert(fileExists('CONTRIBUTING.md'));
3737
});
3838

39-
it('should have ./ISSUE_TEMPLATE.md file', function() {
40-
assert(fileExists('ISSUE_TEMPLATE.md'));
41-
});
42-
4339
it('should have ./LICENSE file', function() {
4440
assert(fileExists('LICENSE'));
4541
});

0 commit comments

Comments
 (0)