From 4e4ca45617d5a59367162420ab617d95db62a1ad Mon Sep 17 00:00:00 2001 From: Craig Date: Fri, 11 Jul 2025 08:35:35 -0700 Subject: [PATCH] offload: add feedback Signed-off-by: Craig --- content/manuals/offload/_index.md | 5 ++++ content/manuals/offload/feedback.md | 35 +++++++++++++++++++++++++ content/manuals/offload/troubleshoot.md | 2 +- 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 content/manuals/offload/feedback.md diff --git a/content/manuals/offload/_index.md b/content/manuals/offload/_index.md index 60578f820030..cea387365598 100644 --- a/content/manuals/offload/_index.md +++ b/content/manuals/offload/_index.md @@ -42,6 +42,11 @@ grid: icon: bug_report link: /offload/troubleshoot/ +- title: Feedback + description: Provide feedback on Docker Offload. + icon: feedback + link: /offload/feedback/ + aliases: - /harmonia/ --- diff --git a/content/manuals/offload/feedback.md b/content/manuals/offload/feedback.md new file mode 100644 index 000000000000..ed73320fd4bc --- /dev/null +++ b/content/manuals/offload/feedback.md @@ -0,0 +1,35 @@ +--- +description: Find a way to provide feedback that's right for you +keywords: Feedback, Docker Offload, bugs, problems, issues +title: Give feedback +weight: 900 +--- + +There are several ways you can provide feedback on Docker Offload. + +### In-product feedback + +On each Docker Desktop Dashboard view, there is a **Give feedback** link. This +opens a feedback form where you can share ideas directly with the Docker team. + +You can use the form for any type of feedback, including: + +- Report unexpected behavior +- Suggest improvements to Offload +- Share what's working well for you +- Describe how Offload integrates into your workflow and supports your development process + +### Report bugs or problems on GitHub + +To report bugs or problems, visit: +- [Docker Desktop for Mac issues on +GitHub](https://github.com/docker/for-mac/issues) +- [Docker Desktop for Windows issues on GitHub](https://github.com/docker/for-win/issues) +- [Docker Desktop for Linux issues on +GitHub](https://github.com/docker/desktop-linux/issues) + +### Suggest features or ideas + +To suggest new features or improvements, visit the [Docker Public +Roadmap](https://github.com/docker/roadmap/discussions). You can browse existing +ideas, vote on what matters to you, or open a new discussion. diff --git a/content/manuals/offload/troubleshoot.md b/content/manuals/offload/troubleshoot.md index 359b4e2289b2..802063cb0385 100644 --- a/content/manuals/offload/troubleshoot.md +++ b/content/manuals/offload/troubleshoot.md @@ -1,7 +1,7 @@ --- title: Troubleshoot Docker Offload linktitle: Troubleshoot -weight: 999 +weight: 800 description: Learn how to troubleshoot issues with Docker Offload. keywords: cloud, troubleshooting, cloud mode, Docker Desktop, cloud builder, usage tags: [Troubleshooting]