Skip to content

Commit

Permalink
chore[python]: Improve display versions Python issue report (#4539)
Browse files Browse the repository at this point in the history
Adding additional newlines, so that when the user pastes replaces the line, an empty line before and and empty line after the versions is maintained. This way, the GH markdown parser will display the line breaks properly.
  • Loading branch information
zundertj committed Aug 23, 2022
1 parent c30d9c0 commit dd79240
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ body:
value: >
<details>
Replace this line with the output of pl.show_versions()
</details>
validations:
required: true
required: true

0 comments on commit dd79240

Please sign in to comment.