Skip to content

Commit 445d9ec

Browse files
author
Sam Harrison
committed
docs: drop references to ISSUE_TEMPLATE.md
Issues are no longer supported so file was previously removed.
1 parent 021f0cd commit 445d9ec

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Makefile export-ignore
66
CHANGELOG.md export-ignore
77
CODE_OF_CONDUCT.md export-ignore
88
CONTRIBUTING.md export-ignore
9-
ISSUE_TEMPLATE.md export-ignore
109
PULL_REQUEST_TEMPLATE.md export-ignore
1110
README.md export-ignore
1211
TROUBLESHOOTING.md export-ignore

CONTRIBUTING.md

-28
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)
@@ -20,31 +17,6 @@ All third party contributors acknowledge that any contributions they provide wil
2017

2118
There are a few ways to contribute, which we'll enumerate below:
2219

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

5022
We welcome direct contributions to the sendgrid-php code base. Thank you!

test/unit/FilesExistTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public function testFilesArePresentInRepo()
2121
{
2222
$rootDir = __DIR__ . '/../..';
2323
$this->assertFileExists("$rootDir/.env.sample");
24-
$this->assertFileExists("$rootDir/ISSUE_TEMPLATE.md");
2524
$this->assertFileExists("$rootDir/PULL_REQUEST_TEMPLATE.md");
2625
$this->assertFileExists("$rootDir/.gitignore");
2726
$this->assertFileExists("$rootDir/.github/workflows/test-and-deploy.yml");

0 commit comments

Comments
 (0)