Browse Source

Simplify our issue templates a bit.

pull/2069/head
Daniel Grunwald 5 years ago
parent
commit
b9866f6048
  1. 3
      .github/ISSUE_TEMPLATE/feature_request.md
  2. 8
      .github/ISSUE_TEMPLATE/wrong_decompilation.md

3
.github/ISSUE_TEMPLATE/feature_request.md

@ -14,8 +14,5 @@ Any (even unsuccessful) ways in which you've tried to workaround the problem cur
**Describe the solution you'd like** **Describe the solution you'd like**
A clear and concise description of what you want to happen. A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context** **Additional context**
Add any other context or screenshots about the feature request here. Add any other context or screenshots about the feature request here.

8
.github/ISSUE_TEMPLATE/wrong_decompilation.md

@ -2,7 +2,7 @@
name: Wrong decompilation name: Wrong decompilation
about: Decompiled code doesn't compile, or behaves differently to the original IL about: Decompiled code doesn't compile, or behaves differently to the original IL
title: '' title: ''
labels: Bug Decompiler labels: Bug, Decompiler
assignees: '' assignees: ''
--- ---
@ -17,11 +17,7 @@ If uploading a complete assembly, please mention which method failed to decompil
If relevant, the incorrectly decompiled output, or an exception with stack trace. If relevant, the incorrectly decompiled output, or an exception with stack trace.
``` ```
If the output fails to re-compile, provide the compiler error message. If the output fails to re-compile, provide the compiler error message.
If the output has the wrong behavior, explain how it differs from the expected behavior.
### Expected output
```c#
If relevant, the output you expected, or a description of what you expected.
```
### Details ### Details
* Product in use: e.g. ILSpy / ICSharpCode.Decompiler nuget package / VS extension * Product in use: e.g. ILSpy / ICSharpCode.Decompiler nuget package / VS extension

Loading…
Cancel
Save