Skip to content

Commit 2dd0062

Browse files
authored
Fix rendering of the issue form (#165)
Enclose the command in a codeblock. Fixes the rendering issue of the form Img : https://i.imgur.com/HOJ47Ql.png
1 parent 6070488 commit 2dd0062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/ISSUE_TEMPLATE/01_bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
attributes:
1313
label: Environment
1414
description: >
15-
Please describe your environment e.g: echo "OSTYPE=${OSTYPE} CPUTYPE=$(uname -m) / MACHINE_TYPE=$MACHTYPE ZSH_VERSION=${ZSH_VERSION}"
15+
Please describe your environment e.g: `echo "OSTYPE=${OSTYPE} CPUTYPE=$(uname -m) / MACHINE_TYPE=$MACHTYPE ZSH_VERSION=${ZSH_VERSION}"`
1616
1717
It may contain any additional information which would help to reproduce the issue.
1818
placeholder: "OSTYPE=linux-gnu CPUTYPE=x86_64 / MACHINE_TYPE=x86_64 ZSH_VERSION=5.8"

0 commit comments

Comments
 (0)