From bd8ab7944d791744e33ee74fccecfa060fe69c8f Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Wed, 17 Jan 2018 11:11:53 -0500 Subject: [PATCH] Add github issue template Closes #1950 Signed-off-by: Michael Crosby --- .github/ISSUE_TEMPLATE.md | 40 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 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 000000000..2cfdef0a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,40 @@ + + +**Description** + + + +**Steps to reproduce the issue:** +1. +2. +3. + +**Describe the results you received:** + + +**Describe the results you expected:** + + +**Output of `containerd --version`:** + +``` +(paste your output here) +```