From 8b62db216e88b40ea502d85b22841eec88a0a52a Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Sat, 22 Apr 2017 18:38:44 +0200 Subject: [PATCH] create ISSUE_TEMPLATE.md Signed-off-by: Christian Brauner --- .github/ISSUE_TEMPLATE.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md 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