From 8757fe88addd018e22b37e8e4510c4649df730e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Sj=C3=B6lund?= Date: Thu, 27 Jul 2023 17:01:29 +0200 Subject: [PATCH] github: add issue type as link to podman github discussions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some issues reported in the podman github project contains a question instead of a bug report or feature request. Make it easier for users to find a place to ask questions. Signed-off-by: Erik Sjölund --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8f07a4a44a..aec4875a0c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,3 +3,6 @@ contact_links: - name: Podman Desktop issues url: https://github.com/containers/podman-desktop/issues about: Please report issues with Podman Desktop here. + - name: Ask a question + url: https://github.com/containers/podman/discussions/new + about: Ask a question about Podman