From 7b83b57d1c041f586cc0a3231c5103a1f6466160 Mon Sep 17 00:00:00 2001 From: Kathi <105352741+katharinalisalin@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:14:17 +0700 Subject: [PATCH] Updated contributing guide (#6843) --- docs/contributing/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/contributing/index.md b/docs/contributing/index.md index fa4df0a2200..5ec1976c396 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -253,4 +253,17 @@ organized. not yet received a response to their issue/question, as the issue is marked as incomplete. + - __Limitations of automated tools:__ While we believe in the value and + efficiency that automated tools bring to identifying potential issues (such + as those identified by Lighthouse, Accessibility tools, and others), simply + submitting an issue generated by these tools does not constitute a complete + bug report. These tools sometimes produce verbose outputs and may include + false positives, which necessitate a critical evaluation. You are of course + welcome to attach generated reports to your issue. However, this does not + substitute the requirement for a minimal reproduction or a thorough discussion + of the findings. _We reserve the right to mark these issues as incomplete and + close them._ This practice ensures that we are addressing genuine concerns + with precision and clarity, rather than navigating through extensive automated + outputs. + [minimal reproductions]: ../guides/creating-a-reproduction.md