diff --git a/docusaurus.config.js b/docusaurus.config.js index 264f448..7ee1b2d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -70,6 +70,8 @@ const config = { position: 'right', }, { 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..77aa80b --- /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. diff --git a/src/pages/support.md b/src/pages/support.md new file mode 100644 index 0000000..1b2b1b8 --- /dev/null +++ b/src/pages/support.md @@ -0,0 +1,29 @@ +# 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.