From 5f5a4d2c320f071391a0c47ecedaf507bcb9a469 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Sat, 7 Sep 2024 21:54:19 +0100 Subject: [PATCH] Explain the importance of reproducers (#9053) --- .github/ISSUE_TEMPLATE.md | 4 +++- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 4c93982fd0d..30e673f0831 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -14,7 +14,9 @@ + markdown code markup. The chances of someone looking at your issue + are *vastly* improved if you provide complete code that can be + copy/pasted and executed directly in Python. --> ## Your environment diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9a9b233cb97..8ae7af0fff5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -35,6 +35,8 @@ body: 1. Implement the following server or a client '...' 2. Then run '...' 3. An error occurs. + The chances of someone looking at your issue are *vastly* improved if you provide + complete code that can be copy/pasted and executed directly in Python. validations: required: true