issue template: add syntax highlighting

We do know what languages we expect in the files
we ask the issue author to provide in the "Additional context" section,
so let's set up proper syntax highlighting for them.
This commit is contained in:
Raphael Das Gupta 2023-01-06 16:22:13 +01:00
parent 46e872f491
commit f68311cf53

View file

@ -26,13 +26,13 @@ Note that while these aren't strict requirements it will heavily increase your c
-->
`default.nix`/`shell.nix`/`flake.nix`:
```
```nix
```
`pyproject.toml`:
```
```toml
```
`poetry.lock`:
```
```toml
```