Delete ISSUE_TEMPLATE.md

This commit is contained in:
Michael Rawlings 2018-05-04 12:58:46 -07:00 committed by GitHub
parent 2433543c55
commit 6489961237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,78 +0,0 @@
<!-----------------------------------------------------------------------
| IF BUG REPORT (skip to next section for feature suggestion) |
----------------------------------------------------------------------->
## Bug Report
### Marko Version: x.x.x
<!--- Provide the exact version of marko in which you see the bug. You can run `npm ls marko` to see this. -->
### Details
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug. How has this bug affected you? What were you trying to accomplish? -->
### Expected Behavior
<!--- Tell us what should happen -->
### Actual Behavior
<!--- Tell us what happens instead -->
### Possible Fix
<!--- Not obligatory, but suggest a fix or reason for the bug -->
<details><summary>Additional Info</summary>
### Your Environment
<!-- Include as many relevant details about the environment you experienced the bug in -->
* Environment name and version (e.g. Chrome 39, node.js 5.4):
* Operating System and version (desktop or mobile):
* Link to your project:
### Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug include code to reproduce, if relevant -->
1. first...
2.
3.
4.
### Stack Trace
<!-- If an error is thrown, provide the stack trace here -->
</details>
<!--------------------------------
| IF FEATURE SUGGESTION |
-------------------------------->
## New Feature
### Description
<!--- Provide a detailed description of the change or addition you are proposing -->
### Why
<!--- Why is this change important to you? How would you use it? -->
<!--- How can it benefit other users? -->
### Possible Implementation & Open Questions
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
<!--- What still needs to be discussed -->
### Is this something you're interested in working on?
<!--- Yes or no -->