]> git.ipfire.org Git - thirdparty/systemd.git/blob - .github/ISSUE_TEMPLATE/Bug_report.md
network: also introduce UseDomains= for [DHCPv6] section
[thirdparty/systemd.git] / .github / ISSUE_TEMPLATE / Bug_report.md
1 ---
2 name: Bug report
3 about: A report of an error in a recent systemd version
4
5 ---
6
7 **systemd version the issue has been seen with**
8 > …
9
10 <!-- **NOTE:** Do not submit bug reports about anything but the two most recently released (non-rc) systemd versions upstream! -->
11 <!-- See https://github.com/systemd/systemd/releases for the list of most recent releases. -->
12 <!-- For older version please use distribution trackers (see https://systemd.io/CONTRIBUTING#filing-issues). -->
13
14 **Used distribution**
15 > …
16
17 **Linux kernel version used** (`uname -a`)
18 <!-- Make sure to enclose the pasted kernel version in `backticks`, so that
19 GitHub doesn't convert the `#` character typically included in it into a
20 reference to old GitHub issues. -->
21 > `…`
22
23 **CPU architecture issue was seen on**
24 > …
25
26 **Expected behaviour you didn't see**
27 > …
28
29 **Unexpected behaviour you saw**
30 > …
31
32 **Steps to reproduce the problem**
33 > …
34
35 **Additional program output to the terminal or log subsystem illustrating the issue**
36
37 <!-- Please paste relevant program terminal or journal output here, ideally
38 when generated in debug mode (try setting the SYSTEMD_LOG_LEVEL=debug
39 environment variable). For very long copy/pasted data consider using a
40 service like https://gist.github.com/. Where copy/paste is not possible
41 (for example early boot or late shutdown), a photo of the screen might do
42 too, but text is always much preferred. -->
43 ```text
44
45 ```