mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
Merge pull request #925 from das-g/improve-issue-template
This commit is contained in:
commit
2bfdb056f9
1 changed files with 6 additions and 6 deletions
12
.github/ISSUE_TEMPLATE/issue-template.md
vendored
12
.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`:
|
||||
```nix
|
||||
```
|
||||
|
||||
- `pyproject.toml`
|
||||
```
|
||||
`pyproject.toml`:
|
||||
```toml
|
||||
```
|
||||
|
||||
- `poetry.lock`
|
||||
```
|
||||
`poetry.lock`:
|
||||
```toml
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue