Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtak <34246760+mkArtakMSFT@users.noreply.github.com>2021-04-23 05:57:43 +0300
committerGitHub <noreply@github.com>2021-04-23 05:57:43 +0300
commit7df372644d1d1f6a6d1fa3f286ea5fc954b89e37 (patch)
tree5aabb205611fef59af9fbcd90f21af4c8e2e7a79 /CONTRIBUTING.md
parent75555f0e3d42429301b28ca258a4e50810354448 (diff)
Suggest customers to upvote existing issues rather than file a new one (#32070)
* Added a note to ask contributors to upvote existing issues * Update CONTRIBUTING.md Co-authored-by: Brennan <brecon@microsoft.com> * Update CONTRIBUTING.md * Update CONTRIBUTING.md Co-authored-by: Daniel Roth <daroth@microsoft.com> * Update CONTRIBUTING.md Co-authored-by: Kevin Pilch <kevinpi@microsoft.com> * Update CONTRIBUTING.md Co-authored-by: Kevin Pilch <kevinpi@microsoft.com> * Update CONTRIBUTING.md Co-authored-by: Brennan <brecon@microsoft.com> Co-authored-by: Daniel Roth <daroth@microsoft.com> Co-authored-by: Kevin Pilch <kevinpi@microsoft.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3820b212c2..2cc2f90f29 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -6,7 +6,11 @@ One of the easiest ways to contribute is to participate in discussions on GitHub
Start a discussion on the [repository issue tracker](https://github.com/dotnet/aspnetcore/issues).
## Bugs and feature requests?
-For non-security related bugs, log a new issue in the appropriate GitHub repository. Here are some of the most common repositories:
+❗ **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.
+
+If you can't find an existing issue, log a new issue in the appropriate GitHub repository. Here are some of the most common repositories:
* [Docs](https://github.com/aspnet/Docs)
* [AspNetCore](https://github.com/dotnet/aspnetcore)