From: Christian Brauner Date: Sat, 22 Apr 2017 16:38:44 +0000 (+0200) Subject: create ISSUE_TEMPLATE.md X-Git-Tag: lxc-1.0.10~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df349b237771c0db2ec33c398affff80262e4992;p=thirdparty%2Flxc.git create ISSUE_TEMPLATE.md Signed-off-by: Christian Brauner --- diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..733e863cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,29 @@ +The template below is mostly useful for bug reports and support questions. +Feel free to remove anything which doesn't apply to you and add more information where it makes sense. + +# Required information + + * Distribution: + * Distribution version: + * The output of + * `lxc-start --version` + * `lxc-checkconfig` + * `uname -a` + * `cat /proc/self/cgroups` + * `cat /proc/1/mounts` + +# Issue description + +A brief description of what failed or what could be improved. + +# Steps to reproduce + + 1. Step one + 2. Step two + 3. Step three + +# Information to attach + + - [ ] any relevant kernel output (`dmesg`) + - [ ] container log (The file from running `lxc-start -n -l -o DEBUG`) + - [ ] the containers configuration file