Update issue templates
This change updates the issue template to the new format and breaks the issue template into a bug report and feature request.
Ben Hillis committed
Oct 23, 2019 at 08:57 UTC
8f13289a0d83a10ad5d3fe4a54754665150383d8
2 files changed
+47
.github/ISSUE_TEMPLATE/bug_report.md
new
+27
@@ -0,0 +1,27 @@
1
+---
2
+name: Bug report
3
+about: Report a bug on Windows Subsystem for Linux
4
+title: ''
5
+labels: ''
6
+assignees: ''
7
+
8
+---
9
+
10
+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.
11
+
12
+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).
13
+
14
+**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\".\\
15
+
16
+See [our contributing instructions](https://github.com/Microsoft/WSL/blob/master/CONTRIBUTING.md) for assistance.
17
+
18
+**Please fill out the below information:**
19
+* Your Windows build number: (Type `ver` at a Windows Command Prompt)
20
+
21
+* 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.)
22
+
23
+* What's wrong / what should be happening instead:
24
+
25
+* 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).
26
+
27
+* For WSL launch issues, please [collect detailed logs](https://github.com/Microsoft/WSL/blob/master/CONTRIBUTING.md#8-detailed-logs).
.github/ISSUE_TEMPLATE/feature_request.md
new
+20
@@ -0,0 +1,20 @@
1
+---
2
+name: Feature request
3
+about: Suggest a feature for Windows Subsystem for Linux
4
+title: ''
5
+labels: ''
6
+assignees: ''
7
+
8
+---
9
+
10
+**Is your feature request related to a problem? Please describe.**
11
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12
+
13
+**Describe the solution you'd like**
14
+A clear and concise description of what you want to happen.
15
+
16
+**Describe alternatives you've considered**
17
+A clear and concise description of any alternative solutions or features you've considered.
18
+
19
+**Additional context**
20
+Add any other context or screenshots about the feature request here.