bug-report.md (716B)
Rendered
name: Bug Report
about: Create a report to help improve the configuration
title: ""
labels: bug
assignees: maydayv7
Describe the bug
A clear and concise description of what the bug is
Steps To Reproduce
Steps to reproduce the behavior:
- ...
- ...
- ...
Expected behavior
A clear and concise description of what you expected to happen
Screenshots
If applicable, add screenshots to help explain your problem
Additional context
Add any other context about the problem
Metadata
Please run nix shell nixpkgs#nix-info --command sh -c "nix-info -m" and paste the result
[user@system:~]$ nix shell nixpkgs#nix-info --command sh -c "nix-info -m"
output here
Code
| ---
name: Bug Report
about: Create a report to help improve the configuration
title: ""
labels: bug
assignees: maydayv7
---
### Describe the bug
A clear and concise description of what the bug is
### Steps To Reproduce
Steps to reproduce the behavior:
1. ...
2. ...
3. ...
### Expected behavior
A clear and concise description of what you expected to happen
### Screenshots
If applicable, add screenshots to help explain your problem
### Additional context
Add any other context about the problem
### Metadata
Please run `nix shell nixpkgs#nix-info --command sh -c "nix-info -m"` and paste the result
```console
[user@system:~]$ nix shell nixpkgs#nix-info --command sh -c "nix-info -m"
output here
```
|