]> git.proxmox.com Git - mirror_lxc.git/commitdiff
create ISSUE_TEMPLATE.md
authorChristian Brauner <christian.brauner@ubuntu.com>
Sat, 22 Apr 2017 16:38:44 +0000 (18:38 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sat, 22 Apr 2017 16:40:36 +0000 (18:40 +0200)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
.github/ISSUE_TEMPLATE.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644 (file)
index 0000000..733e863
--- /dev/null
@@ -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 <log> file from running `lxc-start -n <c> -l <log> -o DEBUG`)
+ - [ ] the containers configuration file