Skip to content

Commit

Permalink
Remove |-
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored May 22, 2024
1 parent d2afe6b commit b04d7c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body:
description: >-
A minimal working example of code to reproduce the unexpected behaviour,
this will render as `Python` code so no need for backticks.
value: |-
value: >-
import example
...
Expand Down Expand Up @@ -48,7 +48,7 @@ body:
type: input
attributes:
label: Version In Use
description: |-
description: >-
Can be found by
```sh
python -c "import example; print(example.__version__)"
Expand All @@ -59,7 +59,7 @@ body:
type: textarea
attributes:
label: Additional Context
value: |-
value: >-
- Python version:
- Operating system:
render: markdown

0 comments on commit b04d7c5

Please sign in to comment.