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
-29Lines changed: 0 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@ Hello! Thank you for choosing to help contribute to one of the Twilio SendGrid o
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
5
-[Feature Request](#feature-request)
6
-
-[Submit a Bug Report](#submit-a-bug-report)
7
-
-[Please use our Bug Report Template](#please-use-our-bug-report-template)
8
6
-[Improvements to the Codebase](#improvements-to-the-codebase)
-[Install and Run Locally](#install-and-run-locally)
@@ -20,33 +18,6 @@ Hello! Thank you for choosing to help contribute to one of the Twilio SendGrid o
20
18
21
19
There are a few ways to contribute, which we'll enumerate below:
22
20
23
-
<aname="feature-request"></a>
24
-
## Feature Request
25
-
26
-
If you'd like to make a feature request, please read this section.
27
-
28
-
The GitHub issue tracker is the preferred channel for library feature requests, but please respect the following restrictions:
29
-
30
-
- Please **search for existing issues** in order to ensure we don't have duplicate bugs/feature requests.
31
-
- Please be respectful and considerate of others when commenting on issues
32
-
33
-
<aname="submit-a-bug-report"></a>
34
-
## Submit a Bug Report
35
-
36
-
Note: DO NOT include your credentials in ANY code examples, descriptions, or media you make public.
37
-
38
-
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.
39
-
40
-
Before you decide to create a new issue, please try the following:
41
-
42
-
1. Check the GitHub issues tab if the identified issue has already been reported, if so, please add a +1 to the existing post.
43
-
2. Update to the latest version of this code and check if the issue has already been fixed
44
-
3. Copy and fill in the Bug Report Template we have provided below
45
-
46
-
### Please use our Bug Report Template
47
-
48
-
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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,7 @@ Version 3.X.X of this library provides full support for all Twilio SendGrid [Web
13
13
14
14
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-java/issues) and [pull requests](CONTRIBUTING.md) or simply upvote or comment on existing issues or pull requests.
15
15
16
-
Please browse the rest of this README for further details.
17
-
18
-
We appreciate your continued support, thank you!
16
+
**If you need help using SendGrid, please check the [Twilio SendGrid Support Help Center](https://support.sendgrid.com).**
19
17
20
18
# Table of Contents
21
19
@@ -27,6 +25,7 @@ We appreciate your continued support, thank you!
27
25
*[How to Contribute](#contribute)
28
26
*[Troubleshooting](#troubleshooting)
29
27
*[About](#about)
28
+
*[Support](#support)
30
29
*[License](#license)
31
30
32
31
<aname="installation"></a>
@@ -220,9 +219,10 @@ Please see our [troubleshooting guide](TROUBLESHOOTING.md) for common library is
220
219
221
220
sendgrid-java is maintained and funded by Twilio SendGrid, Inc. The names and logos for sendgrid-java are trademarks of Twilio SendGrid, Inc.
222
221
223
-
If you need help installing or using the library, please check the [Twilio SendGrid Support Help Center](https://support.sendgrid.com).
222
+
<aname="support"></a>
223
+
# Support
224
224
225
-
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!
225
+
If you need help installing or using the library, please check the [Twilio SendGrid Support Help Center](https://support.sendgrid.com).
0 commit comments