|
1 | 1 | --- |
2 | 2 | name: Bug report |
3 | | -about: Create a report to help us improve |
| 3 | +about: Report unexpected or incorrect behaviour |
4 | 4 | title: '' |
5 | 5 | labels: bug |
6 | 6 | assignees: '' |
7 | 7 |
|
8 | 8 | --- |
9 | 9 |
|
10 | | -**Describe the bug** |
| 10 | +## Describe the bug |
11 | 11 |
|
12 | | -A clear and concise description of what the bug is. |
| 12 | +<!-- |
| 13 | + A clear and concise description of what the bug is. |
13 | 14 |
|
14 | | -If you have a problem with a specific package or NixOS, |
15 | | -you probably want to file an issue at https://github.com/NixOS/nixpkgs/issues. |
| 15 | + If you have a problem with a specific package or NixOS, |
| 16 | + you probably want to file an issue at https://github.com/NixOS/nixpkgs/issues. |
| 17 | +--> |
16 | 18 |
|
17 | | -**Steps To Reproduce** |
| 19 | +## Steps To Reproduce |
18 | 20 |
|
19 | | -1. Go to '...' |
20 | | -2. Click on '....' |
21 | | -3. Scroll down to '....' |
22 | | -4. See error |
| 21 | +<!-- |
| 22 | + Example: |
23 | 23 |
|
24 | | -**Expected behavior** |
| 24 | + 1. Clone this repository: ... |
| 25 | + 2. Run `nix-... ...` |
| 26 | + 3. Observe unexpected behaviour |
| 27 | +--> |
25 | 28 |
|
26 | | -A clear and concise description of what you expected to happen. |
| 29 | +## Expected behavior |
27 | 30 |
|
28 | | -**`nix-env --version` output** |
| 31 | +<!-- A clear and concise description of what you expected to happen. --> |
29 | 32 |
|
30 | | -**Additional context** |
| 33 | +## Metadata |
31 | 34 |
|
32 | | -Add any other context about the problem here. |
| 35 | +<!-- Please insert the output of running `nix-env --version` below this line --> |
33 | 36 |
|
34 | | -**Priorities** |
| 37 | +## Additional context |
| 38 | + |
| 39 | +<!-- Add any other context about the problem here. --> |
| 40 | + |
| 41 | +## Checklist |
| 42 | + |
| 43 | +<!-- make sure this issue is not redundant or obsolete --> |
| 44 | + |
| 45 | +- [ ] checked [latest Nix manual] \([source]) |
| 46 | +- [ ] checked [open bug issues and pull requests] for possible duplicates |
| 47 | + |
| 48 | +[latest Nix manual]: https://nixos.org/manual/nix/unstable/ |
| 49 | +[source]: https://github.com/NixOS/nix/tree/master/doc/manual/source |
| 50 | +[open bug issues and pull requests]: https://github.com/NixOS/nix/labels/bug |
| 51 | + |
| 52 | +--- |
35 | 53 |
|
36 | 54 | Add :+1: to [issues you find important](https://github.com/NixOS/nix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc). |
0 commit comments