The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/1522

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Christian Brauner <[email protected]>
From 8b62db216e88b40ea502d85b22841eec88a0a52a Mon Sep 17 00:00:00 2001
From: Christian Brauner <[email protected]>
Date: Sat, 22 Apr 2017 18:38:44 +0200
Subject: [PATCH] create ISSUE_TEMPLATE.md

Signed-off-by: Christian Brauner <[email protected]>
---
 .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
_______________________________________________
lxc-devel mailing list
[email protected]
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to