From d55a6525b9cb80735aecea4dd10827f601112b07 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Sat, 18 Apr 2020 14:40:50 +0300 Subject: [PATCH] Add issue template for github repo --- .github/ISSUE_TEMPLATE.md | 77 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..cea6fd7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,77 @@ + + +**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** + +/kind bug + +/kind feature + +**Description** + + + +**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.):**