From: Mike Bayer Date: Tue, 7 Feb 2023 18:30:30 +0000 (-0500) Subject: issue template edits X-Git-Tag: rel_2_0_3~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c97d96dc10d8b39f88edcade74c7638262e9bbab;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git issue template edits Change-Id: I8a19db15ac839968bc6f46bbc36dc16b757426ab --- 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