Skip to content

Commit 49eae5c

Browse files
authored
Merge pull request #6798 from vvoland/issues-sbxs
github/issues: Add links for Docker Desktop and Sandboxes
2 parents 63ba295 + 74d4554 commit 49eae5c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: "Contributing to Docker"
3+
- name: "🗃️ Docker Sandboxes: report an issue"
4+
about: "Issues with Docker Sandboxes should be filed in the Docker Desktop feedback tracker (not docker/cli)."
5+
url: "https://github.com/docker/desktop-feedback/issues"
6+
- name: "🖥️ Docker Desktop: report an issue"
7+
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)."
8+
url: "https://github.com/docker/desktop-feedback/issues"
9+
- name: "🧑‍💻 Contributing to Docker"
410
about: "Read guidelines and tips about contributing to Docker."
511
url: "https://github.com/docker/cli/blob/master/CONTRIBUTING.md"
6-
- name: "Security and Vulnerabilities"
12+
- name: "🔒 Security and Vulnerabilities"
713
about: "Report any security issues or vulnerabilities responsibly to the Docker security team. Do not use the public issue tracker."
814
url: "https://github.com/moby/moby/security/policy"
9-
- name: "General Support"
15+
- name: "💬 General Support"
1016
about: "Get the help you need to build, share, and run your Docker applications"
1117
url: "https://www.docker.com/support/"

0 commit comments

Comments
 (0)