Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / .github / ISSUE_TEMPLATE / bug_report.md
blob258c85f9dde8c91a9b936c001d9c0ed20bbd56ce
1 ---
2 name: Bug report
3 about: Create a report to help us improve
4 title: ''
5 labels: '0.kind: bug'
6 assignees: ''
8 ---
10 ### Describe the bug
11 A clear and concise description of what the bug is.
13 ### Steps To Reproduce
14 Steps to reproduce the behavior:
15 1. ...
16 2. ...
17 3. ...
19 ### Expected behavior
20 A clear and concise description of what you expected to happen.
22 ### Screenshots
23 If applicable, add screenshots to help explain your problem.
25 ### Additional context
26 Add any other context about the problem here.
28 ### Notify maintainers
30 <!--
31 Please @ people who are in the `meta.maintainers` list of the offending package or module.
32 If in doubt, check `git blame` for whoever last touched something.
33 -->
35 ### Metadata
36 Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result.
38 ```console
39 [user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
40 output here
41 ```