Force using the bug, feature, and task templates (#1099)

* Delete ISSUE_TEMPLATE.md

* Force using templates
This commit is contained in:
Daniel Freedman 2020-04-09 13:58:34 -07:00 committed by GitHub
parent 9b03ee6880
commit 5d3eb247de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 31 deletions

View File

@ -1,31 +0,0 @@
** PLEASE READ THIS BEFORE FILING AN ISSUE **
**I'm submitting a:**
<!-- (check one with "x") -->
- [ ] bug report
- [ ] feature request
**What OS are you using?**
<!-- Please include OS name and version -->
**What browser(s) is this bug affecting:**
<!-- Please include the browser version. A user-agent string is also quite helpful. -->
**Current behavior:**
<!-- Describe how the bug manifests. -->
**Expected behavior:**
<!-- Describe what the behavior would be without the bug. -->
**Steps to reproduce:**
<!-- If you are able to illustrate the bug or feature request with an example, please provide steps to reproduce and if possible a demo
-->
**Related code:**
```js
// insert any relevant code here or add a include a codepen
```
**Other information:**
<!-- List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, etc. -->

1
.github/config.yml vendored Normal file
View File

@ -0,0 +1 @@
blank_issues_enabled: false