From c3c9bd0be3dac75e9e00f173335137f5b185ba80 Mon Sep 17 00:00:00 2001 From: Emanuele Torre Date: Thu, 26 Oct 2023 08:12:49 +0200 Subject: [PATCH] ISSUE_TEMPLATE: use "console" instead of non-existing "shell" syntax ```shell does not exist. ```sh is what you use to highligh (UNIX) shell scripts, and ```console is what you use to highlight command lines. --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1dc7d503..cda8bc62 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -16,7 +16,7 @@ YOUR CODE ``` Command Line -```shell +```console $ autopep8 ```