diff --git a/.github/ISSUE_TEMPLATE/bug_report_python.yml b/.github/ISSUE_TEMPLATE/bug_report_python.yml index 90da78a4d637..cf129157eddb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_python.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_python.yml @@ -30,6 +30,15 @@ body: validations: required: true + - type: textarea + id: logs + attributes: + label: Log output + description: > + Set the environment variable ``POLARS_VERBOSE=1`` before running the query. + Paste the output of ``stderr`` here. + render: shell + - type: textarea id: problem attributes: @@ -65,19 +74,3 @@ body: validations: required: true - - type: textarea - id: version - attributes: - label: Log output - description: > - Set ``POLARS_VERBOSE=1`` environment before running the query. Paste the output of ``stderr`` here. - value: | -
- - ``` - Replace this line with the output of ``stderr``. Leave the backticks in place. - ``` - -
- validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/bug_report_rust.yml b/.github/ISSUE_TEMPLATE/bug_report_rust.yml index e3d31d573a1c..6ee2f7c2f80b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_rust.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_rust.yml @@ -30,6 +30,15 @@ body: validations: required: true + - type: textarea + id: logs + attributes: + label: Log output + description: > + Set the environment variable ``POLARS_VERBOSE=1`` before running the query. + Paste the output of ``stderr`` here. + render: shell + - type: textarea id: problem attributes: @@ -62,20 +71,3 @@ body: validations: required: true - - - type: textarea - id: version - attributes: - label: Log output - description: > - Set ``POLARS_VERBOSE=1`` environment before running the query. Paste the output of ``stderr`` here. - value: | -
- - ``` - Replace this line with the output of ``stderr``. Leave the backticks in place. - ``` - -
- validations: - required: true