From: Federico Caselli Date: Tue, 28 Sep 2021 18:06:20 +0000 (+0200) Subject: improve bug report template. Many people don't know what dbapi is X-Git-Tag: rel_1_4_26~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77071310f4e1eb95c8d43e49bbf1311d9e5a7de1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git improve bug report template. Many people don't know what dbapi is Change-Id: Ibbe47a159292d333ae58fe046e5c32e949856d6d --- 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