Skip to content

Commit 42c8a9c

Browse files
authored
docs: Update to align with SendGrid Support (#1176)
1 parent 5a034b3 commit 42c8a9c

File tree

6 files changed

+5
-73
lines changed

6 files changed

+5
-73
lines changed

.github/ISSUE_TEMPLATE/config.yml

-10
This file was deleted.

CONTRIBUTING.md

-25
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ Hello! Thank you for choosing to help contribute to one of the Twilio SendGrid o
22

33
All third party contributors acknowledge that any contributions they provide will be made under the same open source license that the open source project is provided under.
44

5-
- [Feature Request](#feature-request)
6-
- [Submit a Bug Report](#submit-a-bug-report)
75
- [Improvements to the Codebase](#improvements-to-the-codebase)
86
- [Understanding the Code Base](#understanding-the-codebase)
97
- [Testing](#testing)
@@ -13,29 +11,6 @@ All third party contributors acknowledge that any contributions they provide wil
1311

1412
There are a few ways to contribute, which we'll enumerate below:
1513

16-
<a name="feature-request"></a>
17-
## Feature Request
18-
19-
If you'd like to make a feature request, please read this section.
20-
21-
The GitHub issue tracker is the preferred channel for library feature requests, but please respect the following restrictions:
22-
23-
- Please **search for existing issues** in order to ensure we don't have duplicate bugs/feature requests.
24-
- Please be respectful and considerate of others when commenting on issues
25-
26-
<a name="submit-a-bug-report"></a>
27-
## Submit a Bug Report
28-
29-
Note: DO NOT include your credentials in ANY code examples, descriptions, or media you make public.
30-
31-
A software bug is a demonstrable issue in the code base. In order for us to diagnose the issue and respond as quickly as possible, please add as much detail as possible into your bug report.
32-
33-
Before you decide to create a new issue, please try the following:
34-
35-
1. Check the GitHub issues tab if the identified issue has already been reported, if so, please add a +1 to the existing post.
36-
2. Update to the latest version of this code and check if the issue has already been fixed
37-
3. Copy and fill in the Bug Report Template we have provided below
38-
3914
### Please use our Bug Report Template
4015

4116
In order to make the process easier, we've included a [sample bug report template](ISSUE_TEMPLATE.md).

ISSUE_TEMPLATE.md

-30
This file was deleted.

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717

1818
Version 9.X.X+ of this library provides full support for all Twilio SendGrid [Web API v3](https://sendgrid.com/docs/API_Reference/api_v3.html) endpoints, including the new [v3 /mail/send](https://sendgrid.com/blog/introducing-v3mailsend-sendgrids-new-mail-endpoint).
1919

20-
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-csharp/issues) and [pull requests](CONTRIBUTING.md) or simply upvote or comment on existing issues or pull requests.
21-
2220
For updates to this library, see our [CHANGELOG](CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-csharp/releases).
2321

2422
We appreciate your continued support, thank you!
@@ -41,6 +39,7 @@ We appreciate your continued support, thank you!
4139
* [How to Contribute](#how-to-contribute)
4240
* [Troubleshooting](#troubleshooting)
4341
* [About](#about)
42+
* [Support](#support)
4443
* [License](#license)
4544

4645
# Installation
@@ -267,9 +266,9 @@ Please see our [troubleshooting guide](TROUBLESHOOTING.md) for common library is
267266

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

270-
If you need help installing or using the library, please check the [Twilio SendGrid Support Help Center](https://support.sendgrid.com).
269+
# Support
271270

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

274273
# License
275274
[The MIT License (MIT)](LICENSE)

TROUBLESHOOTING.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
If you have a non-library Twilio SendGrid issue, please contact our [support team](https://support.sendgrid.com).
44

5-
If you can't find a solution below, please open an [issue](https://github.com/sendgrid/sendgrid-csharp/issues).
6-
75

86
## Table of Contents
97

@@ -136,7 +134,7 @@ Please review [our guide](https://sendgrid.com/docs/Classroom/Send/v3_Mail_Send/
136134

137135
v9 of this SDK is a complete rewrite that includes the removal of dynamic dependencies, a new Mail Helper and support for .NET Standard 1.3.
138136

139-
Please begin at the [README](https://github.com/sendgrid/sendgrid-csharp) and if you need further assistance, please [create an issue on GitHub](https://github.com/sendgrid/sendgrid-csharp/issues).
137+
Please begin at the [README](https://github.com/sendgrid/sendgrid-csharp).
140138

141139
<a name="missing"></a>
142140
## Missing Classes

USE_CASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This document provides examples for specific use cases. Please [open an issue](https://github.com/sendgrid/sendgrid-sharp/issues) or make a pull request for any use cases you would like us to document here. Thank you!
1+
This document provides examples for specific use cases.
22

33
# Table of Contents
44

0 commit comments

Comments
 (0)