mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
issue template: remove bullet list
A bullet list would make sense if the code blocks would be part of the items. To make a code block part of a list item in Markdown, it would though have to be indented which is either too laborious (when indenting all lines) or too confusing (when indenting only the opening line). If they aren't indented, they'd interrupt the list (thus effectively splitting it into 3 one-item lists) so let's instead just have the file names as prose-ish captions of the code blocks.
This commit is contained in:
parent
f18984f99c
commit
46e872f491
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
|
@ -25,14 +25,14 @@ Community will happily help to find soulution and if needed create issue or pull
|
|||
Note that while these aren't strict requirements it will heavily increase your chances to get an issue fixed if you include more context that makes it possible to recreate the issue.
|
||||
-->
|
||||
|
||||
- `default.nix`/`shell.nix`/`flake.nix`
|
||||
`default.nix`/`shell.nix`/`flake.nix`:
|
||||
```
|
||||
```
|
||||
|
||||
- `pyproject.toml`
|
||||
`pyproject.toml`:
|
||||
```
|
||||
```
|
||||
|
||||
- `poetry.lock`
|
||||
`poetry.lock`:
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue