Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
25 changes: 25 additions & 0 deletions src/pages/feature-requests.md
Original file line number Diff line number Diff line change
@@ -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:

Comment thread
bbaarriiss marked this conversation as resolved.
- 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.
Comment thread
bbaarriiss marked this conversation as resolved.
Outdated
- 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.
29 changes: 29 additions & 0 deletions src/pages/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Support

:::info

For issues not related to integrations contact [Wire Support](https://support.wire.com/) instead

:::
Comment thread
bbaarriiss marked this conversation as resolved.


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.