mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Add issue template for github repo
This commit is contained in:
parent
048e537f8c
commit
d55a6525b9
1 changed files with 77 additions and 0 deletions
77
.github/ISSUE_TEMPLATE.md
vendored
Normal file
77
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,77 @@
|
|||
<!--
|
||||
---------------------------------------------------
|
||||
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
|
||||
|
||||
Please update your version of Podman Ansible modules to the latest possible and
|
||||
retry your command before creating an issue.
|
||||
-->
|
||||
|
||||
**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)**
|
||||
|
||||
/kind bug
|
||||
|
||||
/kind feature
|
||||
|
||||
**Description**
|
||||
|
||||
<!--
|
||||
Briefly describe the problem you are having in a few paragraphs.
|
||||
-->
|
||||
|
||||
**Steps to reproduce the issue:**
|
||||
|
||||
1.
|
||||
|
||||
2.
|
||||
|
||||
3.
|
||||
|
||||
**Describe the results you received:**
|
||||
|
||||
|
||||
**Describe the results you expected:**
|
||||
|
||||
|
||||
**Additional information you deem important (e.g. issue happens only occasionally):**
|
||||
|
||||
|
||||
**Output of `ansible --version`:**
|
||||
|
||||
```
|
||||
(paste your output here)
|
||||
```
|
||||
|
||||
**Output of `podman version`:**
|
||||
|
||||
```
|
||||
(paste your output here)
|
||||
```
|
||||
|
||||
**Output of `podman info --debug`:**
|
||||
|
||||
```
|
||||
(paste your output here)
|
||||
```
|
||||
|
||||
**Package info (e.g. output of `rpm -q podman` or `apt list podman`):**
|
||||
|
||||
```
|
||||
(paste your output here)
|
||||
```
|
||||
|
||||
**Playbok you run with ansible (e.g. content of `playbook.yaml`):**
|
||||
|
||||
```
|
||||
(paste your output here)
|
||||
```
|
||||
|
||||
**Command line and output of ansible run with high verbosity:**
|
||||
|
||||
```
|
||||
(paste your output here)```
|
||||
|
||||
|
||||
**Additional environment details (AWS, VirtualBox, physical, etc.):**
|
||||
Loading…
Add table
Add a link
Reference in a new issue