aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirk Bater <kirk.bater@gmail.com>2022-09-28 11:00:15 -0400
committerKirk Bater <kirk.bater@gmail.com>2022-09-30 14:30:56 -0400
commita2581abbf991c4e4d54bb39974b9297103b49b68 (patch)
tree6b73753adead3acf29e4e2ed8a5b05693060e41d
parentdca5ead2d7ad8ac3b14fed6736c102b571d8baf1 (diff)
downloadpodman-a2581abbf991c4e4d54bb39974b9297103b49b68.tar.gz
podman-a2581abbf991c4e4d54bb39974b9297103b49b68.tar.bz2
podman-a2581abbf991c4e4d54bb39974b9297103b49b68.zip
Adds brew info podman to issue template.
Just a quick little addition to provide the command to get the package info from brew for those who might not know. Signed-off-by: Kirk Bater <kirk.bater@gmail.com>
-rw-r--r--.github/ISSUE_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 5946fa6a1..5c8cd9a37 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -61,7 +61,7 @@ Briefly describe the problem you are having in a few paragraphs.
(paste your output here)
```
-**Package info (e.g. output of `rpm -q podman` or `apt list podman`):**
+**Package info (e.g. output of `rpm -q podman` or `apt list podman` or `brew info podman`):**
```
(paste your output here)