diff options
author | Lokesh Mandvekar <lsm5@fedoraproject.org> | 2019-08-18 18:20:10 -0400 |
---|---|---|
committer | Lokesh Mandvekar <lsm5@fedoraproject.org> | 2019-08-18 19:10:14 -0400 |
commit | be282c99cd153027bed6624f4f1be4953faef5a7 (patch) | |
tree | 988f94e5c01f0fba62a0d850214ed40a4a4c06a2 /.github/ISSUE_TEMPLATE.md | |
parent | 76f327f73ff9f5ae67a30186007685b8a2e21d67 (diff) | |
download | podman-be282c99cd153027bed6624f4f1be4953faef5a7.tar.gz podman-be282c99cd153027bed6624f4f1be4953faef5a7.tar.bz2 podman-be282c99cd153027bed6624f4f1be4953faef5a7.zip |
Issue template update to include package info
Fixes: #3839
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-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 2946f0b91..621430670 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -58,4 +58,10 @@ Briefly describe the problem you are having in a few paragraphs. (paste your output here) ``` +**Package info (e.g. output of `rpm -q podman` or `apt list podman`):** + +``` +(paste your output here) +``` + **Additional environment details (AWS, VirtualBox, physical, etc.):** |