btrbk: add mainProgram (#356350)
[NixPkgs.git] / .github / ISSUE_TEMPLATE / build_failure.md
blob6df42832765bdbbbfd7ffd3cb8d2cba4713cce67
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:
14 1. build *X*
16 ## Build log
18 <!-- insert build log in code block in collapsable section -->
20 <details>
22 <summary>Build Log</summary>
24 ```
25 ```
27 </details>
29 ## Additional context
31 <!-- Add any other context about the problem here. -->
33 ## Metadata
35 <!-- Please insert the output of running `nix-shell -p nix-info --run "nix-info -m"` below this line -->
37 ## Notify maintainers
39 <!--
40 Please @ people who are in the `meta.maintainers` list of the offending package or module.
41 If in doubt, check `git blame` for whoever last touched something.
42 -->
44 ---
46 Note for maintainers: Please tag this issue in your PR.
48 ---
50 Add a :+1: [reaction] to [issues you find important].
52 [reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/
53 [issues you find important]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc