Skip to content

Commit

Permalink
chore: Use literal style for version instructions (#5079)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumiller committed Oct 3, 2022
1 parent 5fb41c4 commit e782068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ body:
label: Installed versions
description: >
Please paste the output of ``pl.show_versions()``
value: >
value: |
<details>
```
Replace this line with the output of pl.show_versions(), leave the backticks in place
```
</details>
validations:
required: true

0 comments on commit e782068

Please sign in to comment.