]> git.proxmox.com Git - mirror_lxc.git/blob - .github/ISSUE_TEMPLATE.md
utils: add errno logs for exception case
[mirror_lxc.git] / .github / ISSUE_TEMPLATE.md
1 The template below is mostly useful for bug reports and support questions.
2 Feel free to remove anything which doesn't apply to you and add more information where it makes sense.
3
4 # Required information
5
6 * Distribution:
7 * Distribution version:
8 * The output of
9 * `lxc-start --version`
10 * `lxc-checkconfig`
11 * `uname -a`
12 * `cat /proc/self/cgroup`
13 * `cat /proc/1/mounts`
14
15 # Issue description
16
17 A brief description of what failed or what could be improved.
18
19 # Steps to reproduce
20
21 1. Step one
22 2. Step two
23 3. Step three
24
25 # Information to attach
26
27 - [ ] any relevant kernel output (`dmesg`)
28 - [ ] container log (The <log> file from running `lxc-start -n <c> -l <log> -o DEBUG`)
29 - [ ] the containers configuration file