From 0a1300fa3051359ed756fa488f49538e3361130f Mon Sep 17 00:00:00 2001 From: LauraGPT <18321252+LauraGPT@users.noreply.github.com> Date: Sun, 30 Aug 2026 18:00:53 +0000 Subject: [PATCH] docs: require issue resolution evidence Signed-off-by: LauraGPT <18321252+LauraGPT@users.noreply.github.com> --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index abf2d09..27bff1b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,6 +21,15 @@ For broad ASR, deployment, or model-selection questions, the FunASR docs and dis - https://modelscope.github.io/FunASR/ - https://github.com/modelscope/FunASR/discussions +## Resolving issues + +A merged pull request, a green `main` branch, or an available release does not by itself prove that a reported problem is resolved. Keep user-reported issues open until either: + +- the reporter confirms the fix on the affected workflow; or +- a maintainer reproduces the original failure, verifies the fix in a publicly available version, records the evidence in the issue, and allows a reasonable feedback window. + +When a fix needs a release, link the released version and ask the reporter to retest before closing. Use a waiting-for-feedback label when available instead of treating silence as confirmation. + ## Local setup ```bash