From dfa1b958acd186010cd488be27c023ad0cf667ff Mon Sep 17 00:00:00 2001 From: konsti Date: Thu, 15 May 2025 14:36:08 +0200 Subject: [PATCH] Issue template: Please include the complete error message (#13451) We're getting a number of user reports where we could have helped if we were just seeing the full error message. If we're not getting an MRE, we should at least urge users to copy the _full_ error they see on screen. ![image](https://github.com/user-attachments/assets/45c72990-e068-4706-abb6-591962a865c6) --- .github/ISSUE_TEMPLATE/1_bug_report.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yaml b/.github/ISSUE_TEMPLATE/1_bug_report.yaml index c7f6438b9..e306551c9 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yaml @@ -13,6 +13,8 @@ body: description: | A clear and concise description of the bug, including [a minimal reproducible example](https://docs.astral.sh/uv/reference/troubleshooting/reproducible-examples/). If we cannot reproduce the bug, it is unlikely that we will be able to help you. + + Please include the full output of uv with the complete error message. validations: required: true