From 34e83858152eb5b7ee6fe2c2be5ba45034595d53 Mon Sep 17 00:00:00 2001 From: Wei Fu Date: Thu, 4 Mar 2021 11:50:52 +0800 Subject: [PATCH] .github: update bug_report.md with hint and tip Since both cri-containerd and runC runtime are widely used, the relevent information should include runC and CRI configuration when file bug. Signed-off-by: Wei Fu --- .github/ISSUE_TEMPLATE/bug_report.md | 40 +++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0d67a50e6..31b65517d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,10 +30,44 @@ Briefly describe the problem you are having in a few paragraphs. **Describe the results you expected:** -**Output of `containerd --version`:** +**What version of containerd are you using:** ``` -(paste your output here) +$ containerd --version + ``` -**Any other relevant information:** \ No newline at end of file +**Any other relevant information (runC version, CRI configuration, OS/Kernel version, etc.):** + + + +
runc --version
+$ runc --version
+
+
+ + + +
crictl info
+$ crictl info
+
+
+ + +
uname -a
+$ uname -a
+
+