From 21beb5a44104ced9e43bb5342a4cdf5f5efcb02a Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Sat, 24 Jul 2021 18:39:13 +0200 Subject: [PATCH] Improve bug report text Change-Id: I01e62c33f54f5add5261aaa76a909ac502a74d80 --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 791c584436..500d5bf32c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -33,7 +33,9 @@ of [well written bug reports](https://github.com/sqlalchemy/sqlalchemy/issues?q= attributes: label: To Reproduce description: " -Provide your [Minimal, Complete, and Verifiable](https://stackoverflow.com/help/mcve) example here." +Provide your [Minimal, Complete, and Verifiable](https://stackoverflow.com/help/mcve) example here. +If you need help creating one, you can model yours after the MCV code shared in one of our previous +[well written bug reports](https://github.com/sqlalchemy/sqlalchemy/issues?q=is%3Aissue+label%3A%22great+mcve%22)" placeholder: "# Insert code here" render: python validations: -- 2.47.3