Skip to content

Commit

Permalink
ISSUE_TEMPLATE: use "console" instead of non-existing "shell" syntax
Browse files Browse the repository at this point in the history
```shell does not exist.
```sh is what you use to highligh (UNIX) shell scripts, and ```console
is what you use to highlight command lines.
  • Loading branch information
emanuele6 committed Oct 26, 2023
1 parent 5dea4e5 commit c3c9bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ YOUR CODE
```

Command Line
```shell
```console
$ autopep8
```

Expand Down

0 comments on commit c3c9bd0

Please sign in to comment.