]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
improve bug report template. Many people don't know what dbapi is
authorFederico Caselli <cfederico87@gmail.com>
Tue, 28 Sep 2021 18:06:20 +0000 (20:06 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 28 Sep 2021 18:15:15 +0000 (20:15 +0200)
Change-Id: Ibbe47a159292d333ae58fe046e5c32e949856d6d

.github/ISSUE_TEMPLATE/bug_report.yaml

index 500d5bf32ccc5d1a9326a03cae331724cb0c7d30..30d846c181ef2113a772f13e2410312e77cb5d1a 100644 (file)
@@ -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