diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 02044c34e5..2f3eb20ec3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.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** 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. diff --git a/.github/ISSUE_TEMPLATE/wrong_decompilation.md b/.github/ISSUE_TEMPLATE/wrong_decompilation.md index 55b291d604..d2a3256050 100644 --- a/.github/ISSUE_TEMPLATE/wrong_decompilation.md +++ b/.github/ISSUE_TEMPLATE/wrong_decompilation.md @@ -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: '' --- @@ -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