From 2ebd137abc7d954f136f14159b3cba78e6ed8fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Thu, 12 Feb 2026 14:34:12 +0100 Subject: [PATCH 1/2] github/issues: Add links for Docker Desktop and Sandboxes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- .github/ISSUE_TEMPLATE/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 06d63277deb9..324f4b955af4 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,11 @@ blank_issues_enabled: false contact_links: + - name: "Docker Sandboxes: report an issue" + about: "Issues with Docker Sandboxes should be filed in the Docker Desktop feedback tracker (not docker/cli)." + url: "https://github.com/docker/desktop-feedback/issues" + - name: "Docker Desktop: report an issue" + about: "General Docker Desktop issues (installation, upgrades, UI, networking on macOS/Windows, WSL2, etc.) should be filed in the Docker Desktop feedback tracker (not docker/cli)." + url: "https://github.com/docker/desktop-feedback/issues" - name: "Contributing to Docker" about: "Read guidelines and tips about contributing to Docker." url: "https://github.com/docker/cli/blob/master/CONTRIBUTING.md" From 74d4554ccd96d85681565814dd0112e9c521fe67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Thu, 12 Feb 2026 14:37:49 +0100 Subject: [PATCH 2/2] github/issues: Add emojis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- .github/ISSUE_TEMPLATE/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 324f4b955af4..8e08d1d32dda 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,17 +1,17 @@ blank_issues_enabled: false contact_links: - - name: "Docker Sandboxes: report an issue" + - name: "🗃️ Docker Sandboxes: report an issue" about: "Issues with Docker Sandboxes should be filed in the Docker Desktop feedback tracker (not docker/cli)." url: "https://github.com/docker/desktop-feedback/issues" - - name: "Docker Desktop: report an issue" + - name: "🖥️ Docker Desktop: report an issue" about: "General Docker Desktop issues (installation, upgrades, UI, networking on macOS/Windows, WSL2, etc.) should be filed in the Docker Desktop feedback tracker (not docker/cli)." url: "https://github.com/docker/desktop-feedback/issues" - - name: "Contributing to Docker" + - name: "🧑‍💻 Contributing to Docker" about: "Read guidelines and tips about contributing to Docker." url: "https://github.com/docker/cli/blob/master/CONTRIBUTING.md" - - name: "Security and Vulnerabilities" + - name: "🔒 Security and Vulnerabilities" about: "Report any security issues or vulnerabilities responsibly to the Docker security team. Do not use the public issue tracker." url: "https://github.com/moby/moby/security/policy" - - name: "General Support" + - name: "💬 General Support" about: "Get the help you need to build, share, and run your Docker applications" url: "https://www.docker.com/support/"