From 5d1705341b2e57744808559d0e059050c8f45514 Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Tue, 3 Feb 2026 09:21:28 +0100 Subject: [PATCH 1/3] Update issue reporting guidelines in README Added guidelines for reporting issues with reproduction code. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 4855453550..278b93d17c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,19 @@ [![Validate Security](https://github.com/microsoft/fluentui-blazor/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/microsoft/fluentui-blazor/actions/workflows/codeql-analysis.yml) --> + + +> ## Reporting an issue? +> Please supply us with **ready-to-run** reproduction code in the form of something we can copy/paste, a (zipped) project structure or a GitHub repository. +> +>We do not have capacity to craft or compose a reproduction for every issue that gets raised. +> +>If no code or repository is provided, the issues will be closed 3 days after creation +> +>Help us to help you. Thanks. +> +> With 💖, the Fluent UI crew. + ## Demo Explore the Demo: visit https://www.fluentui-blazor.net to kickstart your first project, browse the documentation, and test all components live. If you encounter any problems, you can use the [backup site](https://fluentui-blazor.azurewebsites.net). From cb0a9337e335657682b1d7b4e3ef4fca8e559d67 Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Tue, 3 Feb 2026 09:26:39 +0100 Subject: [PATCH 2/3] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 278b93d17c..c276c00339 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ > ## Reporting an issue? > Please supply us with **ready-to-run** reproduction code in the form of something we can copy/paste, a (zipped) project structure or a GitHub repository. > ->We do not have capacity to craft or compose a reproduction for every issue that gets raised. +> We do not have capacity to craft or compose a reproduction for every issue that gets raised. > ->If no code or repository is provided, the issues will be closed 3 days after creation +> If no code or repository is provided, the issues will be closed 3 days after creation > ->Help us to help you. Thanks. +> Help us to help you. Thanks. > > With 💖, the Fluent UI crew. From 38e0b2285b9bc8dc548d25be138cca8d9a0bfb4f Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Tue, 3 Feb 2026 09:27:53 +0100 Subject: [PATCH 3/3] Update issue reporting instructions in README Clarified the issue reporting policy regarding code submissions. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c276c00339..516a6de907 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,12 @@ [![Validate Security](https://github.com/microsoft/fluentui-blazor/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/microsoft/fluentui-blazor/actions/workflows/codeql-analysis.yml) --> - - > ## Reporting an issue? > Please supply us with **ready-to-run** reproduction code in the form of something we can copy/paste, a (zipped) project structure or a GitHub repository. > > We do not have capacity to craft or compose a reproduction for every issue that gets raised. > -> If no code or repository is provided, the issues will be closed 3 days after creation +> If no code or repository is provided, the issues will be closed after 3 days. > > Help us to help you. Thanks. >