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
+
+