From 24c70240d5a82fc162745b5cade12a0d8a4d4fe1 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 28 Jan 2025 23:09:04 -0600 Subject: [PATCH] Link to our MRE documentation in the issue template (#11045) --- .github/ISSUE_TEMPLATE/1_bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yaml b/.github/ISSUE_TEMPLATE/1_bug_report.yaml index 37aaf9dca..1cf14ec8c 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yaml @@ -11,7 +11,7 @@ body: attributes: label: Summary description: | - A clear and concise description of the bug, including [a minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). + 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. validations: required: true