2019-07-22 10:04:00 +01:00
|
|
|
---
|
|
|
|
name: Bug report
|
|
|
|
about: Create a report to help us improve
|
|
|
|
title: ''
|
|
|
|
labels: '0.kind: bug'
|
|
|
|
assignees: ''
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2021-07-23 02:57:56 +01:00
|
|
|
### Describe the bug
|
2019-07-22 10:04:00 +01:00
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
|
2021-07-23 02:57:56 +01:00
|
|
|
### Steps To Reproduce
|
2019-07-22 10:04:00 +01:00
|
|
|
Steps to reproduce the behavior:
|
|
|
|
1. ...
|
|
|
|
2. ...
|
|
|
|
3. ...
|
|
|
|
|
2021-07-23 02:57:56 +01:00
|
|
|
### Expected behavior
|
2019-07-22 10:04:00 +01:00
|
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
|
2021-07-23 02:57:56 +01:00
|
|
|
### Screenshots
|
2019-07-22 10:04:00 +01:00
|
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
|
2021-07-23 02:57:56 +01:00
|
|
|
### Additional context
|
2019-07-22 10:04:00 +01:00
|
|
|
Add any other context about the problem here.
|
|
|
|
|
2021-07-23 02:57:56 +01:00
|
|
|
### Notify maintainers
|
2020-04-11 03:53:06 +01:00
|
|
|
<!--
|
|
|
|
Please @ people who are in the `meta.maintainers` list of the offending package or module.
|
|
|
|
If in doubt, check `git blame` for whoever last touched something.
|
|
|
|
-->
|
|
|
|
|
2021-07-23 02:57:56 +01:00
|
|
|
### Metadata
|
2020-01-05 21:47:04 +00:00
|
|
|
Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result.
|
2019-07-22 10:04:00 +01:00
|
|
|
|
2021-07-23 02:57:56 +01:00
|
|
|
```console
|
|
|
|
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
|
|
|
|
output here
|
|
|
|
```
|