Merge pull request #311697 from r-ryantm/auto-update/snipe-it
[NixPkgs.git] / .github / ISSUE_TEMPLATE / build_failure.md
blobcd01f2b063c0c7ab6cb6dc3e6d4f121f21060960
1 ---
2 name: Build failure
3 about: Create a report to help us improve
4 title: 'Build failure: PACKAGENAME'
5 labels: '0.kind: build failure'
6 assignees: ''
8 ---
10 ### Steps To Reproduce
12 Steps to reproduce the behavior:
13 1. build *X*
15 ### Build log
17 ```
18 log here if short otherwise a link to a gist
19 ```
21 ### Additional context
23 Add any other context about the problem here.
25 ### Notify maintainers
27 <!--
28 Please @ people who are in the `meta.maintainers` list of the offending package or module.
29 If in doubt, check `git blame` for whoever last touched something.
30 -->
32 ### Metadata
34 Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result.
36 ```console
37 [user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
38 output here
39 ```
41 ---
43 Add a :+1: [reaction] to [issues you find important].
45 [reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/
46 [issues you find important]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc