From c97d96dc10d8b39f88edcade74c7638262e9bbab Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 7 Feb 2023 13:30:30 -0500 Subject: [PATCH] issue template edits Change-Id: I8a19db15ac839968bc6f46bbc36dc16b757426ab --- .github/ISSUE_TEMPLATE/bug_report.yaml | 60 +++++++++++++------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 5284d3af76..fbb3b99b0e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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 -- 2.47.3