Skip to content

Commit d2267cf

Browse files
authored
docs: Changes to align with SendGrid Support. (#158)
1 parent 207dd4f commit d2267cf

File tree

7 files changed

+1
-79
lines changed

7 files changed

+1
-79
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +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)
7-
- [Please use our Bug Report Template](#please-use-our-bug-report-template)
85
- [Improvements to the Codebase](#improvements-to-the-codebase)
96
- [Development Environment](#development-environment)
107
- [Install and Run Locally](#install-and-run-locally)
@@ -23,33 +20,6 @@ Hello! Thank you for choosing to help contribute to one of the Twilio SendGrid o
2320

2421
There are a few ways to contribute, which we'll enumerate below:
2522

26-
<a name="feature-request"></a>
27-
## Feature Request
28-
29-
If you'd like to make a feature request, please read this section.
30-
31-
The GitHub issue tracker is the preferred channel for library feature requests, but please respect the following restrictions:
32-
33-
- Please **search for existing issues** in order to ensure we don't have duplicate bugs/feature requests.
34-
- Please be respectful and considerate of others when commenting on issues
35-
36-
<a name="submit-a-bug-report"></a>
37-
## Submit a Bug Report
38-
39-
Note: DO NOT include your credentials in ANY code examples, descriptions, or media you make public.
40-
41-
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.
42-
43-
Before you decide to create a new issue, please try the following:
44-
45-
1. Check the Github issues tab if the identified issue has already been reported, if so, please add a +1 to the existing post.
46-
2. Update to the latest version of this code and check if the issue has already been fixed
47-
3. Copy and fill in the Bug Report Template we have provided below
48-
49-
### Please use our Bug Report Template
50-
51-
In order to make the process easier, we've included a [sample bug report template](ISSUE_TEMPLATE.md).
52-
5323
<a name="improvements-to-the-codebase"></a>
5424
## Improvements to the Codebase
5525

ISSUE_TEMPLATE.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ A short description of what this PR does.
2828
- [ ] I have added the necessary documentation about the functionality in the appropriate .md file
2929
- [ ] I have added inline documentation to the code I modified
3030

31-
If you have questions, please file a [support ticket](https://support.sendgrid.com), or create a GitHub Issue in this repository.
31+
If you have questions, please file a [support ticket](https://support.sendgrid.com).

README.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ We encourage contribution to our projects, please see our `CONTRIBUTING`_ guide
101101

102102
Quick links:
103103

104-
- `Feature Request`_
105-
- `Bug Reports`_
106104
- `Improvements to the Codebase`_
107105
- `Review Pull Requests`_
108106

@@ -144,8 +142,6 @@ License
144142
.. _this repo: https://github.com/sendgrid/sendgrid-python
145143
.. _Example Code: https://github.com/sendgrid/python-http-client/tree/HEAD/examples
146144
.. _CONTRIBUTING: https://github.com/sendgrid/python-http-client/blob/HEAD/CONTRIBUTING.md
147-
.. _Feature Request: https://github.com/sendgrid/python-http-client/blob/HEAD/CONTRIBUTING.md#feature-request
148-
.. _Bug Reports: https://github.com/sendgrid/python-http-client/blob/HEAD/CONTRIBUTING.md#submit-a-bug-report
149145
.. _Improvements to the Codebase: https://github.com/sendgrid/python-http-client/blob/HEAD/CONTRIBUTING.md#improvements-to-the-codebase
150146
.. _Review Pull Requests: https://github.com/sendgrid/python-http-client/blob/HEAD/CONTRIBUTING.md#code-reviews
151147
.. _troubleshooting guide: https://github.com/sendgrid/python-http-client/blob/HEAD/TROUBLESHOOTING.md

tests/test_repofiles.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ class RepoFiles(unittest.TestCase):
1111
['./CHANGELOG.md'],
1212
['./CODE_OF_CONDUCT.md'],
1313
['./CONTRIBUTING.md'],
14-
['./ISSUE_TEMPLATE.md'],
1514
['./LICENSE'],
1615
['./PULL_REQUEST_TEMPLATE.md'],
1716
['./README.rst'],

use_cases/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)