diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2018-03-06 14:46:07 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-03-06 20:46:59 +0000 |
commit | 5ca69aaa419a774495357f371b3360223fbfc01b (patch) | |
tree | 78a364129e5115e0474e18d0c2163917a658657a | |
parent | 1e92a6f623ae614f074b7f7a306c3590e2251e60 (diff) | |
download | podman-5ca69aaa419a774495357f371b3360223fbfc01b.tar.gz podman-5ca69aaa419a774495357f371b3360223fbfc01b.tar.bz2 podman-5ca69aaa419a774495357f371b3360223fbfc01b.zip |
Add podman info to the issue template
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Closes: #455
Approved by: baude
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 3181ac7a5..e084f67e0 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -42,4 +42,10 @@ Briefly describe the problem you are having in a few paragraphs. (paste your output here) ``` +**Output of `podman info`:** + +``` +(paste your output here) +``` + **Additional environment details (AWS, VirtualBox, physical, etc.):** |