diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-10-01 03:54:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-01 03:54:16 +0200 |
commit | 63c69f3b1592a3b76940debf3e3cc9fa11511bed (patch) | |
tree | dc4ee6d90b7149abcac39bd89f60572732241533 | |
parent | f4dd08254975f43e4d048f1a3375b2eebd0bebd8 (diff) | |
parent | a2581abbf991c4e4d54bb39974b9297103b49b68 (diff) | |
download | podman-63c69f3b1592a3b76940debf3e3cc9fa11511bed.tar.gz podman-63c69f3b1592a3b76940debf3e3cc9fa11511bed.tar.bz2 podman-63c69f3b1592a3b76940debf3e3cc9fa11511bed.zip |
Merge pull request #15978 from iamkirkbater/add-brew-to-issue-template
[CI:DOCS] Adds brew info podman to issue template.
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 2 |
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) |