diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 06d63277deb9..8e08d1d32dda 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,17 @@ blank_issues_enabled: false contact_links: - - name: "Contributing to Docker" + - 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" - - 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/"