Skip to content

Commit

Permalink
docs: Modify README (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethpaul committed May 9, 2022
1 parent b4f438c commit e18d34d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 49 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.

9 changes: 4 additions & 5 deletions README.md
Expand Up @@ -13,9 +13,7 @@ Version 3.X.X+ of this library provides full support for all Twilio SendGrid [We

This library represents the beginning of a new path for Twilio SendGrid. We want this library to be community driven and Twilio 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-ruby/issues) and [pull requests](CONTRIBUTING.md) or simply upvote or comment on existing issues or pull requests.

Please browse the rest of this README for further details.

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

# Table of Contents

Expand All @@ -29,6 +27,7 @@ We appreciate your continued support, thank you!
* [How to Contribute](#contribute)
* [Troubleshooting](#troubleshooting)
* [About](#about)
* [Support](#support)
* [License](#license)

<a name="installation"></a>
Expand Down Expand Up @@ -207,9 +206,9 @@ Please see our [troubleshooting guide](TROUBLESHOOTING.md) for common library is

sendgrid-ruby is maintained and funded by Twilio SendGrid, Inc. The names and logos for sendgrid-ruby 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>

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/sendgrid/test_sendgrid-ruby.rb
Expand Up @@ -2699,10 +2699,6 @@ def test_contributing_exists
assert(File.file?('./CONTRIBUTING.md'))
end

def test_issue_template_exists
assert(File.file?('./ISSUE_TEMPLATE.md'))
end

def test_license_exists
assert(File.file?('./LICENSE'))
end
Expand Down

0 comments on commit e18d34d

Please sign in to comment.