Skip to content

Commit 38c7e8f

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 bc2687c commit 38c7e8f

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ All third party contributors acknowledge that any contributions they provide wil
1111

1212
There are a few ways to contribute, which we'll enumerate below:
1313

14-
### Please use our Bug Report Template
15-
16-
In order to make the process easier, we've included a [sample bug report template](ISSUE_TEMPLATE.md).
17-
1814
<a name="improvements-to-the-codebase"></a>
1915
## Improvements to the Codebase
2016

tests/SendGrid.Tests/RequiredFilesExistTest.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ public void checkContributingGuideExists()
5252
Assert.True(File.Exists("./CONTRIBUTING.md"));
5353
}
5454

55-
// ./ISSUE_TEMPLATE.md
56-
public void checkIssuesTemplateExists()
57-
{
58-
Assert.True(File.Exists("./ISSUE_TEMPLATE.md"));
59-
}
60-
6155
// ./LICENSE
6256
public void checkLicenseExists()
6357
{

0 commit comments

Comments
 (0)