[lxc-devel] [lxc/master] create ISSUE_TEMPLATE.md

brauner on Github lxc-bot at linuxcontainers.org
Sat Apr 22 16:41:26 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 364 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170422/75839a4b/attachment.bin>
-------------- next part --------------
From 8b62db216e88b40ea502d85b22841eec88a0a52a Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at ubuntu.com>
Date: Sat, 22 Apr 2017 18:38:44 +0200
Subject: [PATCH] create ISSUE_TEMPLATE.md

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
---
 .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 0000000..733e863
--- /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 <log> file from running `lxc-start -n <c> -l <log> -o DEBUG`)
+ - [ ] the containers configuration file


More information about the lxc-devel mailing list