github.com/containers/libpod@v1.9.4-0.20220419124438-4284fd425507/.github/ISSUE_TEMPLATE.md (about)

     1  <!--
     2  ---------------------------------------------------
     3  BUG REPORT INFORMATION
     4  ---------------------------------------------------
     5  Use the commands below to provide key information from your environment:
     6  You do NOT have to include this information if this is a FEATURE REQUEST
     7  
     8  **NOTE** A large number of issues reported against Podman are often found to already be fixed
     9  in more current versions of the project.  Before reporting an issue, please verify the
    10  version you are running with `podman version` and compare it to the latest release
    11  documented on the top of Podman's [README.md](../README.md).  If they differ, please
    12  update your version of Podman to the latest possible and retry your command before creating
    13  an issue.
    14  
    15  If you are filing a bug against `podman build`, please instead file a bug
    16  against Buildah (https://github.com/containers/buildah/issues). Podman build
    17  executes Buildah to perform container builds, and as such the Buildah
    18  maintainers are best equipped to handle these bugs.
    19  -->
    20  
    21  **Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)**
    22  
    23  /kind bug
    24  
    25  /kind feature
    26  
    27  **Description**
    28  
    29  <!--
    30  Briefly describe the problem you are having in a few paragraphs.
    31  -->
    32  
    33  **Steps to reproduce the issue:**
    34  
    35  1.
    36  
    37  2.
    38  
    39  3.
    40  
    41  **Describe the results you received:**
    42  
    43  
    44  **Describe the results you expected:**
    45  
    46  
    47  **Additional information you deem important (e.g. issue happens only occasionally):**
    48  
    49  **Output of `podman version`:**
    50  
    51  ```
    52  (paste your output here)
    53  ```
    54  
    55  **Output of `podman info --debug`:**
    56  
    57  ```
    58  (paste your output here)
    59  ```
    60  
    61  **Package info (e.g. output of `rpm -q podman` or `apt list podman`):**
    62  
    63  ```
    64  (paste your output here)
    65  ```
    66  
    67  **Additional environment details (AWS, VirtualBox, physical, etc.):**