From 77071310f4e1eb95c8d43e49bbf1311d9e5a7de1 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Tue, 28 Sep 2021 20:06:20 +0200 Subject: [PATCH] improve bug report template. Many people don't know what dbapi is Change-Id: Ibbe47a159292d333ae58fe046e5c32e949856d6d --- .github/ISSUE_TEMPLATE/bug_report.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 500d5bf32c..30d846c181 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -49,7 +49,13 @@ Provide the complete text of any errors received **including the complete stack If the message is a warning, run your program with the ``-Werror`` flag: ``python -Werror myprogram.py`` " placeholder: "# Copy complete stack trace and error message here, including SQL log output if applicable." - render: '' + value: "\ +``` + +# Copy complete stack trace and error message here, including SQL log output if applicable. + +``` +" validations: required: true @@ -61,7 +67,7 @@ If the message is a warning, run your program with the ``-Werror`` flag: ``pyt - Python: - SQLAlchemy: - Database: - - DBAPI: + - DBAPI (eg: psycopg, cx_oracle, mysqlclient): validations: required: true -- 2.47.3