]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
issue template edits
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Feb 2023 18:30:30 +0000 (13:30 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 7 Feb 2023 18:30:30 +0000 (13:30 -0500)
Change-Id: I8a19db15ac839968bc6f46bbc36dc16b757426ab

.github/ISSUE_TEMPLATE/bug_report.yaml

index 5284d3af76f03e19dcb014795f78d82d4e1fbc00..fbb3b99b0e8c6ab5dcd4c139165c6de828add795 100644 (file)
@@ -59,36 +59,6 @@ of [well written bug reports](https://github.com/sqlalchemy/sqlalchemy/issues?q=
     validations:
       required: true
 
-  - type: textarea
-    attributes:
-      label: To Reproduce
-      description: "
-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 (text area already python formatted)"
-      render: python
-    validations:
-      required: true
-
-  - type: textarea
-    attributes:
-      label: Error
-      description: "
-Provide the complete text of any errors received **including the complete stack trace**.
-If the message is a warning, run your program with the ``-Werror`` flag:   ``python -Werror myprogram.py``
-"
-      placeholder: "# Copy the complete stack trace and error message here, including SQL log output if applicable."
-      value: "\
-```
-
-# Copy the complete stack trace and error message here, including SQL log output if applicable.
-
-```
-"
-    validations:
-      required: true
-
   - type: input
     id: relevant_documentation
     attributes:
@@ -142,6 +112,36 @@ instead.
     validations:
       required: true
 
+  - type: textarea
+    attributes:
+      label: To Reproduce
+      description: "
+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 (text area already python formatted)"
+      render: python
+    validations:
+      required: true
+
+  - type: textarea
+    attributes:
+      label: Error
+      description: "
+Provide the complete text of any errors received **including the complete stack trace**.
+If the message is a warning, run your program with the ``-Werror`` flag:   ``python -Werror myprogram.py``
+"
+      placeholder: "# Copy the complete stack trace and error message here, including SQL log output if applicable."
+      value: "\
+```
+
+# Copy the complete stack trace and error message here, including SQL log output if applicable.
+
+```
+"
+    validations:
+      required: true
+
   - type: textarea
     attributes:
       label: Additional context