Skip to content

Commit

Permalink
docs: Modify README.md in alignment with SendGrid Support (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethpaul committed May 9, 2022
1 parent e94a1eb commit b9ae60e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 48 deletions.
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

30 changes: 0 additions & 30 deletions ISSUE_TEMPLATE.md

This file was deleted.

2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
Expand Up @@ -28,4 +28,4 @@ A short description of what this PR does.
- [ ] I have added the necessary documentation about the functionality in the appropriate .md file
- [ ] I have added inline documentation to the code I modified

If you have questions, please file a [support ticket](https://support.sendgrid.com), or create a GitHub Issue in this repository.
If you have questions, please file a [support ticket](https://support.sendgrid.com).
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -15,7 +15,7 @@ We want this library to be community-driven, and Twilio SendGrid led. We need yo

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

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

# Table of Contents

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

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

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

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

<a name="license"></a>
# License
Expand Down
4 changes: 0 additions & 4 deletions test/files.spec.js
Expand Up @@ -36,10 +36,6 @@ describe('sendgrid-nodejs repo', function() {
assert(fileExists('CONTRIBUTING.md'));
});

it('should have ./ISSUE_TEMPLATE.md file', function() {
assert(fileExists('ISSUE_TEMPLATE.md'));
});

it('should have ./LICENSE file', function() {
assert(fileExists('LICENSE'));
});
Expand Down

0 comments on commit b9ae60e

Please sign in to comment.