diff options
| author | Federico Caselli <cfederico87@gmail.com> | 2021-09-28 20:06:20 +0200 |
|---|---|---|
| committer | Federico Caselli <cfederico87@gmail.com> | 2021-09-28 20:15:15 +0200 |
| commit | 77071310f4e1eb95c8d43e49bbf1311d9e5a7de1 (patch) | |
| tree | 0c7de7eb5193d1bfadf0e8d8daf7077b2ca2cd45 | |
| parent | 37e5de8411939ab2557f368ca02f053904bb82b9 (diff) | |
| download | sqlalchemy-77071310f4e1eb95c8d43e49bbf1311d9e5a7de1.tar.gz | |
improve bug report template. Many people don't know what dbapi is
Change-Id: Ibbe47a159292d333ae58fe046e5c32e949856d6d
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yaml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 500d5bf32..30d846c18 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 |
