diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2018-09-13 11:49:19 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-09-13 18:31:21 +0000 |
commit | f0a3a4329ecaaadd60331641712d5e9b35e1120f (patch) | |
tree | faa8f15f95c7ed60cda97b4751dda599e4ffeba6 /.github/ISSUE_TEMPLATE.md | |
parent | 8e65b294c60997b9e394a5e3543673dbebf8fe93 (diff) | |
download | podman-f0a3a4329ecaaadd60331641712d5e9b35e1120f.tar.gz podman-f0a3a4329ecaaadd60331641712d5e9b35e1120f.tar.bz2 podman-f0a3a4329ecaaadd60331641712d5e9b35e1120f.zip |
Add notes to check version on problem
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Closes: #1462
Approved by: rhatdan
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f4a25be88..4b6ddb2e4 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,20 +4,27 @@ BUG REPORT INFORMATION --------------------------------------------------- Use the commands below to provide key information from your environment: You do NOT have to include this information if this is a FEATURE REQUEST +--> + +**NOTE** A large number of issues reported against Podman are often found to already be fixed +in more current versions of the project. Before reporting an issue, please verify the +version you are running with `podman version` and compare it to the latest release +documented on the top of Podman's [README.md](../README.md). If they differ, please +update your version of Podman to the latest possible and retry your command before creating +an issue. If you are filing a bug against `podman build`, please instead file a bug against Buildah (https://github.com/projectatomic/buildah/issues). Podman build executes Buildah to perform container builds, and as such the Buildah maintainers are best equipped to handle these bugs. ---> **Is this a BUG REPORT or FEATURE REQUEST?**: -> Uncomment only one, leave it on its own line: -> -> /kind bug -> -> /kind feature +[//]: # Uncomment only one, leave it on its own line: + +[//]: # **kind bug** + +[//]: # **kind feature** **Description** |