From 1052f3ba40cde464447f7dcf1e907357ec7a528d Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Wed, 17 Jan 2018 12:34:09 -0500 Subject: [PATCH] Create Buildah issue template Signed-off-by: TomSweeneyRedHat Closes: #397 Approved by: rhatdan --- .github/ISSUE_TEMPLATE.md | 65 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 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..f0b3c6c89 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,65 @@ + + +**Description** + + + +**Steps to reproduce the issue:** +1. +2. +3. + + +**Describe the results you received:** + + +**Describe the results you expected:** + + +**Output of `rpm -q buildah` or `apt list buildah`:** + +``` +(paste your output here) +``` + +**Output of `buildah version`:** + +``` +(paste your output here) +``` + +**Output of `cat /etc/*release`:** + +``` +(paste your output here) +``` + +**Output of `uname -a`:** + +``` +(paste your output here) +``` + +**Output of `cat /etc/containers/storage.conf`:** + +``` +(paste your output here) +```