Skip to content

Commit

Permalink
chore: Fix issue templates for bug reports (pola-rs#10896)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Sep 4, 2023
1 parent 0f68a06 commit 0b652cf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 33 deletions.
25 changes: 9 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: |
<details>
```
Replace this line with the output of ``stderr``. Leave the backticks in place.
```
</details>
validations:
required: true
26 changes: 9 additions & 17 deletions .github/ISSUE_TEMPLATE/bug_report_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -62,20 +71,3 @@ body:
</details>
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: |
<details>
```
Replace this line with the output of ``stderr``. Leave the backticks in place.
```
</details>
validations:
required: true

0 comments on commit 0b652cf

Please sign in to comment.