From fb4aab48a367477d9d5138bfc87e39826b262015 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Wed, 8 Jan 2025 14:45:52 +0000 Subject: [PATCH] Use Markdown alert Improve the rendering of the note by using GitHub native markdown alert. --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 175a777570c3..8fa37e0b3554 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,8 @@ Start a discussion on the [repository issue tracker](https://github.com/dotnet/a ## Bugs and feature requests? -❗ **IMPORTANT: If you want to report a security-related issue, please see the `Reporting security issues and bugs` section below.** +> [!IMPORTANT] +> **If you want to report a security-related issue, please see the `Reporting security issues and bugs` section below.** Before reporting a new issue, try to find an existing issue if one already exists. If it already exists, upvote (👍) it. Also, consider adding a comment with your unique scenarios and requirements related to that issue. Upvotes and clear details on the issue's impact help us prioritize the most important issues to be worked on sooner rather than later. If you can't find one, that's okay, we'd rather get a duplicate report than none.