nixpkgs/.github/ISSUE_TEMPLATE/bug_report.md

49 lines
1 KiB
Markdown
Raw Permalink Normal View History

---
name: Bug report
about: Create a report to help us improve
title: ''
labels: '0.kind: bug'
assignees: ''
---
2021-07-23 01:57:56 +00:00
### Describe the bug
A clear and concise description of what the bug is.
2021-07-23 01:57:56 +00:00
### Steps To Reproduce
Steps to reproduce the behavior:
1. ...
2. ...
3. ...
2021-07-23 01:57:56 +00:00
### Expected behavior
A clear and concise description of what you expected to happen.
2021-07-23 01:57:56 +00:00
### Screenshots
If applicable, add screenshots to help explain your problem.
2021-07-23 01:57:56 +00:00
### Additional context
Add any other context about the problem here.
2021-07-23 01:57:56 +00:00
### Notify maintainers
<!--
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 01:57:56 +00:00
### Metadata
Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result.
2021-07-23 01:57:56 +00:00
```console
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
output here
```
Maintainer information:
```yaml
# a list of nixpkgs attributes affected by the problem
attribute:
# a list of nixos modules affected by the problem
module:
```