Delete ISSUE_TEMPLATE.md

Ben Hillis committed Oct 23, 2019 at 08:58 UTC 49960786b3d14c750361a7b08ad759c14125b1c5
1 file changed -22
ISSUE_TEMPLATE.md deleted
-22
@@ -1,22 +0,0 @@
1 -Please use the following bug reporting template to help produce issues which are actionable and reproducible, including **all** command-line steps necessary to induce the failure condition. Please fill out **all** the fields! Issues with missing or incomplete issue templates will be closed.
2 -
3 -If you have a feature request, please post to [the UserVoice](https://wpdev.uservoice.com/forums/266908).
4 -
5 -If this is a console issue (a problem with layout, rendering, colors, etc.), please post to the [console issue tracker](https://github.com/microsoft/console/issues).
6 -
7 -**Important: Do not open GitHub issues for Windows crashes (BSODs) or security issues.** Please direct all Windows crashes and security issues to secure@microsoft.com. Ideally, please [configure your machine to capture minidumps](https://support.microsoft.com/en-us/help/315263/how-to-read-the-small-memory-dump-file-that-is-created-by-windows-if-a), repro the issue, and send the minidump from "C:\Windows\minidump\".
8 -
9 -
10 -**Please fill out the below information:**
11 -* Your Windows build number: (Type `ver` at a Windows Command Prompt)
12 -
13 -* What you're doing and what's happening: (Copy&paste the full set of _specific_ command-line steps necessary to reproduce the behavior, and their output. Include screen shots if that helps demonstrate the problem.)
14 -
15 -* What's wrong / what should be happening instead:
16 -
17 -* Strace of the failing command, if applicable: (If `some_command` is failing, then run `strace -o some_command.strace -f some_command some_args`, and link the contents of `some_command.strace` in a [gist](https://gist.github.com/) here).
18 -
19 -* For WSL launch issues, please [collect detailed logs](https://github.com/Microsoft/WSL/blob/master/CONTRIBUTING.md#8-detailed-logs).
20 -
21 -
22 -See [our contributing instructions](https://github.com/Microsoft/WSL/blob/master/CONTRIBUTING.md) for assistance.