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