From 3b10cd6522087ff2df5f87db335843ac7c43188e Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Thu, 22 Mar 2018 16:55:30 +0000 Subject: [PATCH] github: Add issue template Add a template to guide the user on raising github issues. Fixes #28. Signed-off-by: James O. D. Hunt --- .github/ISSUE_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 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..e6bde08 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,17 @@ +# Description of problem + +(replace this text with the list of steps you followed) + +# Expected result + +(replace this text with an explanation of what you thought would happen) + +# Actual result + +(replace this text with details of what actually happened) + +--- + +(replace this text with the output of the `kata-collect-data.sh` script, after +you have reviewed its content to ensure it does not contain any private +information).