mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
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:
parent
46e872f491
commit
f68311cf53
1 changed files with 3 additions and 3 deletions
6
.github/ISSUE_TEMPLATE/issue-template.md
vendored
6
.github/ISSUE_TEMPLATE/issue-template.md
vendored
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue