From 0714321de9a90d5f4de8b986c026c73122c7785c Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Mon, 12 Jun 2023 11:29:43 +0200 Subject: [PATCH] github: add issue type as link to podman-desktop I see a lot of podman-desktop bug reports on the podman repo. This is not the correct place to file these reports but many users seem to be unaware of that. This is an attempt to point them in the right direction. It should show up as extra entry in the issue type selection so hopefully users while read that and follow the link in the desktop repository. See this link for the github docs about the configuration: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser Signed-off-by: Paul Holzinger --- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0086358db1..8f07a4a44a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,5 @@ blank_issues_enabled: true +contact_links: + - name: Podman Desktop issues + url: https://github.com/containers/podman-desktop/issues + about: Please report issues with Podman Desktop here.