You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
-25
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@ Hello! Thank you for choosing to help contribute to one of the Twilio SendGrid o
2
2
3
3
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.
4
4
5
-
-[Feature Request](#feature-request)
6
-
-[Submit a Bug Report](#submit-a-bug-report)
7
5
-[Improvements to the Codebase](#improvements-to-the-codebase)
8
6
-[Understanding the Code Base](#understanding-the-codebase)
9
7
-[Testing](#testing)
@@ -13,29 +11,6 @@ All third party contributors acknowledge that any contributions they provide wil
13
11
14
12
There are a few ways to contribute, which we'll enumerate below:
15
13
16
-
<aname="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
-
<aname="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
-
39
14
### Please use our Bug Report Template
40
15
41
16
In order to make the process easier, we've included a [sample bug report template](ISSUE_TEMPLATE.md).
Copy file name to clipboardexpand all lines: README.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,6 @@
17
17
18
18
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).
19
19
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
-
22
20
For updates to this library, see our [CHANGELOG](CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-csharp/releases).
23
21
24
22
We appreciate your continued support, thank you!
@@ -41,6 +39,7 @@ We appreciate your continued support, thank you!
41
39
*[How to Contribute](#how-to-contribute)
42
40
*[Troubleshooting](#troubleshooting)
43
41
*[About](#about)
42
+
*[Support](#support)
44
43
*[License](#license)
45
44
46
45
# Installation
@@ -267,9 +266,9 @@ Please see our [troubleshooting guide](TROUBLESHOOTING.md) for common library is
267
266
268
267
sendgrid-csharp is maintained and funded by Twilio SendGrid, Inc. The names and logos for sendgrid-csharp are trademarks of Twilio SendGrid, Inc.
269
268
270
-
If you need help installing or using the library, please check the [Twilio SendGrid Support Help Center](https://support.sendgrid.com).
269
+
# Support
271
270
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).
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.
138
136
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).
Copy file name to clipboardexpand all lines: USE_CASES.md
+1-1
Original file line number
Diff line number
Diff 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.
0 commit comments