From 06193d28d76c23088c4664d6efedc0f2c2987f3a Mon Sep 17 00:00:00 2001 From: Vikram Reddy Date: Mon, 25 Nov 2024 22:01:55 +0530 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4160c1472..28fef84ce 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,6 +6,8 @@ labels: '' assignees: '' --- +> NOTE: We do not look at .zip attachments for issue investigation. + **Describe the bug** A clear and concise description of what the bug is. @@ -23,7 +25,7 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Versions (please complete the following information):** - - .NET Version: [e.g. .NET 6, .NET 7, .NET 8] + - .NET Version: [e.g. .NET 6, .NET 7, .NET 8, .NET 9] - BlazorBootstrap: [e.g. 2.0.0, 2.1.0, 2.2.0] - Blazor WebAssembly / Server: [e.g. WebAssembly, Server] - Blazor Interactive Render Mode: [e.g. Auto, Server, WebAssembly, None]