From aee3ed1a1f72a5090a3dd90a7fd463f3d623d6ca Mon Sep 17 00:00:00 2001 From: MarianKijewski Date: Tue, 10 Mar 2026 15:44:25 +0100 Subject: [PATCH 1/5] Add support page --- docusaurus.config.js | 1 + src/pages/support.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 src/pages/support.md diff --git a/docusaurus.config.js b/docusaurus.config.js index 264f448..2da001d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -70,6 +70,7 @@ const config = { position: 'right', }, { to: "/showcase", label: "Showcase", position: "left" }, + { to: "/support", label: "Support", position: "left" }, ], }, footer: { diff --git a/src/pages/support.md b/src/pages/support.md new file mode 100644 index 0000000..d084030 --- /dev/null +++ b/src/pages/support.md @@ -0,0 +1,30 @@ +# Support + +:::info + +For issues not related to integrations contact [Wire Support](https://support.wire.com/) instead + +::: + + +Need help while building with the SDK? Open a GitHub issue and we'll take a look. + +GitHub Issues make it easy to ask questions, share code, and track solutions. +Other developers can also join the conversation, which helps the whole community learn faster. + +## Before opening an issue + +Please take a quick look at existing issues first: [https://github.com/wireapp/wire-apps-jvm-sdk/issues](https://github.com/wireapp/wire-apps-jvm-sdk/issues) +Someone might already have asked the same question or shared a solution. + +If you find a related issue, feel free to add details or context there. + +## Open a new issue + +There are two ways to report an issue. + +* **[Submit a bug report](https://github.com/wireapp/wire-apps-jvm-sdk/issues/new&template=bug_report.md)** – template guides you through the information we need to understand and reproduce the problem. +* **[Create a free form issue](https://github.com/wireapp/wire-apps-jvm-sdk/issues/new)** if the template does not fit your case. + +Clear reports help us understand the problem faster and respond more quickly. + From 760031a3d65252c8628b1e68e9a1d9fbbe2e99ea Mon Sep 17 00:00:00 2001 From: MarianKijewski Date: Tue, 10 Mar 2026 15:44:34 +0100 Subject: [PATCH 2/5] Add feature request page --- docusaurus.config.js | 1 + src/pages/feature-requests.md | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 src/pages/feature-requests.md diff --git a/docusaurus.config.js b/docusaurus.config.js index 2da001d..7ee1b2d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -71,6 +71,7 @@ const config = { }, { to: "/showcase", label: "Showcase", position: "left" }, { to: "/support", label: "Support", position: "left" }, + { to: "/feature-requests", label: "Feature requests", position: "left" }, ], }, footer: { diff --git a/src/pages/feature-requests.md b/src/pages/feature-requests.md new file mode 100644 index 0000000..dcd79c5 --- /dev/null +++ b/src/pages/feature-requests.md @@ -0,0 +1,25 @@ +# Feature requests + +Have an idea that could improve the SDK or integrations experience? We'd love to hear it. + +Send your suggestion to: + +**[integrations-support@wire.com](mailto:integrations-support@wire.com)** + +## Outline your proposal + +To help us understand your idea, please include: + + - Short description of the feature + - Problem it solves + - Example use case or scenario + +## Evaluation process + +After we receive your email: + + - The integrations team reviews the request. + - We may follow up with questions. + - The idea may be shared with product and engineering teams for evaluation. + +Not every suggestion can become a feature, but your feedback helps us understand real developer needs and improve the platform. From 873375ccd74adf7253c862206a657a0150e47b1f Mon Sep 17 00:00:00 2001 From: MarianKijewski Date: Tue, 10 Mar 2026 15:50:14 +0100 Subject: [PATCH 3/5] Remove unnecessary newline at the end of file --- src/pages/support.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/support.md b/src/pages/support.md index d084030..c147a7b 100644 --- a/src/pages/support.md +++ b/src/pages/support.md @@ -27,4 +27,3 @@ There are two ways to report an issue. * **[Create a free form issue](https://github.com/wireapp/wire-apps-jvm-sdk/issues/new)** if the template does not fit your case. Clear reports help us understand the problem faster and respond more quickly. - From 621590184482b831a9789c2713da362c4eb1baa0 Mon Sep 17 00:00:00 2001 From: MarianKijewski Date: Tue, 10 Mar 2026 16:23:11 +0100 Subject: [PATCH 4/5] Add proper name case for team name --- src/pages/feature-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/feature-requests.md b/src/pages/feature-requests.md index dcd79c5..77aa80b 100644 --- a/src/pages/feature-requests.md +++ b/src/pages/feature-requests.md @@ -18,7 +18,7 @@ To help us understand your idea, please include: After we receive your email: - - The integrations team reviews the request. + - The Integrations Team reviews the request. - We may follow up with questions. - The idea may be shared with product and engineering teams for evaluation. From dd682ab7279f8c305d0408256f06fc2ec84e33d1 Mon Sep 17 00:00:00 2001 From: MarianKijewski Date: Wed, 11 Mar 2026 14:52:02 +0100 Subject: [PATCH 5/5] Fix invalid link for submitting a bug report --- src/pages/support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/support.md b/src/pages/support.md index c147a7b..1b2b1b8 100644 --- a/src/pages/support.md +++ b/src/pages/support.md @@ -23,7 +23,7 @@ If you find a related issue, feel free to add details or context there. There are two ways to report an issue. -* **[Submit a bug report](https://github.com/wireapp/wire-apps-jvm-sdk/issues/new&template=bug_report.md)** – template guides you through the information we need to understand and reproduce the problem. +* **[Submit a bug report](https://github.com/wireapp/wire-apps-jvm-sdk/issues/new?template=bug_report.md)** – template guides you through the information we need to understand and reproduce the problem. * **[Create a free form issue](https://github.com/wireapp/wire-apps-jvm-sdk/issues/new)** if the template does not fit your case. Clear reports help us understand the problem faster and respond more quickly.