[lxc-devel] [lxd/master] Add Github issue template

stgraber on Github lxc-bot at linuxcontainers.org
Thu Feb 18 06:26:32 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160218/160faf88/attachment.bin>
-------------- next part --------------
From ed4a49c93dfc6605037556865470854b1cf8162e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Thu, 18 Feb 2016 01:21:44 -0500
Subject: [PATCH] Add Github issue template
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber 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..6027eb5
--- /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:
+ * Kernel version:
+ * LXC version:
+ * LXD version:
+ * Storage backend in use:
+
+# 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 (lxc info NAME --show-log)
+ - [ ] main daemon log (/var/log/lxd.log)
+ - [ ] output of the client with --debug
+ - [ ] output of the daemon with --debug


More information about the lxc-devel mailing list