Skip to content

Commit

Permalink
Simplify our issue templates a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrunwald committed Jul 8, 2020
1 parent 004ea1b commit b9866f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@ Any (even unsuccessful) ways in which you've tried to workaround the problem cur
**Describe the solution you'd like**
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**
Add any other context or screenshots about the feature request here.
8 changes: 2 additions & 6 deletions .github/ISSUE_TEMPLATE/wrong_decompilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Wrong decompilation
about: Decompiled code doesn't compile, or behaves differently to the original IL
title: ''
labels: Bug Decompiler
labels: Bug, Decompiler
assignees: ''

---
Expand All @@ -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 the output fails to re-compile, provide the compiler error message.

### Expected output
```c#
If relevant, the output you expected, or a description of what you expected.
```
If the output has the wrong behavior, explain how it differs from the expected behavior.

### Details
* Product in use: e.g. ILSpy / ICSharpCode.Decompiler nuget package / VS extension
Expand Down

0 comments on commit b9866f6

Please sign in to comment.