Merge pull request #475 from nix-community/issue-template

Add a github issue template
This commit is contained in:
adisbladis 2021-12-28 13:17:59 +12:00 committed by GitHub
commit 70b6f3ac9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,35 @@
---
name: Issue report
---
<!--
Is this an issue in the style of "package "X fails to build"?
Most such issues aren't issues in poetry2nix as such, but rather an incomplete dependency specification.
We don't have the capacity to act on most such issues, they often require domain knowledge and they generate noise in the issue tracker.
The best way forward for these types of issues is _not_ to create an issue but to try to create an override yourself and submit a pull request.
If you are struggling to create a pull request, come to the Matrix chat and we will happily help you through the process.
-->
### Describe the issue
<!-- A clear and concise description of what you expected to happen. -->
### Additional context
<!--
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`
```
```
- `pyproject.toml`
```
```
- `poetry.lock`
```
```