Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / .github / ISSUE_TEMPLATE / build_failure.md
blobdd6d681775ac326a3fa5cd39f1a307d5a6e46075
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 ```