From a2581abbf991c4e4d54bb39974b9297103b49b68 Mon Sep 17 00:00:00 2001 From: Kirk Bater Date: Wed, 28 Sep 2022 11:00:15 -0400 Subject: 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 --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-54-g00ecf