Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Modify README.md in alignment with SendGrid Support #1360

Merged
merged 2 commits into from May 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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