From acd6f598a5ece87b8efbe338bda1a9efa76288e9 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Mon, 29 Dec 2025 01:48:52 +0900 Subject: [PATCH] CONTRIBUTING.md: Bug report with LANG=C (#9890) * CONTRIBUTING.md: Bug report with LANG=C * Apply suggestion Co-authored-by: Sylvestre Ledru --------- Co-authored-by: Sylvestre Ledru --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3bc6a67de..a7a006221 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,6 +87,7 @@ are some tips for writing good issues: - What platform are you on? - Provide a way to reliably reproduce the issue. - Be as specific as possible! +- Please provide the output with LANG=C, except for locale-related bugs. ### Writing Documentation