]> git.proxmox.com Git - mirror_lxc.git/blame - .github/ISSUE_TEMPLATE.md
network: simplify instantiate_vlan()
[mirror_lxc.git] / .github / ISSUE_TEMPLATE.md
CommitLineData
8b62db21
CB
1The template below is mostly useful for bug reports and support questions.
2Feel 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`
0bc4a847 12 * `cat /proc/self/cgroup`
8b62db21
CB
13 * `cat /proc/1/mounts`
14
15# Issue description
16
17A 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