diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2020-08-14 17:37:00 -0400 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2020-08-14 17:45:20 -0400 |
commit | edc7483e61b85f9fb8b8169cbde550e396950343 (patch) | |
tree | bd647397b3b14313db31283eb68d0ffe31b28272 /.github/ISSUE_TEMPLATE.md | |
parent | 81499a5c470797221abca6facbfe27ccf7c6cbdb (diff) | |
download | podman-edc7483e61b85f9fb8b8169cbde550e396950343.tar.gz podman-edc7483e61b85f9fb8b8169cbde550e396950343.tar.bz2 podman-edc7483e61b85f9fb8b8169cbde550e396950343.zip |
Add pointer to troubleshooting in issue template
Add pointers to the Troubleshooting guide, including a new
question that the reporter referenced it in the issue template
that's displayed on GitHub.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 621430670..1a7153848 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -12,6 +12,9 @@ documented on the top of Podman's [README.md](../README.md). If they differ, pl update your version of Podman to the latest possible and retry your command before creating an issue. +Also, there is a running list of known issues in the [Podman Troubleshooting Guide](https://github.com/containers/podman/blob/master/troubleshooting.md), +please reference that page before opening a new issue. + If you are filing a bug against `podman build`, please instead file a bug against Buildah (https://github.com/containers/buildah/issues). Podman build executes Buildah to perform container builds, and as such the Buildah @@ -64,4 +67,8 @@ Briefly describe the problem you are having in a few paragraphs. (paste your output here) ``` +**Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?** + +Yes/No + **Additional environment details (AWS, VirtualBox, physical, etc.):** |