File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ All third party contributors acknowledge that any contributions they provide wil
1111
1212There 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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments