Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
68 changes: 22 additions & 46 deletions docs/src/content/docs/de/feedback.mdx
Original file line number Diff line number Diff line change
@@ -1,86 +1,62 @@
---
title: v3 Alpha-Feedback
title: Feedback
description: So geben Sie Feedback und melden Sie Probleme für Wails v3
sidebar:
order: 40
---

import { Tabs, TabItem } from "@astrojs/starlight/components";

Wir begrüßen (und ermutigen) Ihr Feedback! Bitte suchen Sie nach bestehenden Tickets oder
Beiträgen, bevor Sie neue erstellen. Hier sind die verschiedenen Möglichkeiten, Feedback zu geben:
Wir begrüßen (und ermutigen) Ihr Feedback! Bitte suchen Sie nach bestehenden Issues oder
Diskussionen, bevor Sie neue erstellen. Hier sind die verschiedenen Möglichkeiten, beizutragen:

<Tabs>
<TabItem label="Fehler" icon="error">

Wenn Sie einen Fehler finden, teilen Sie uns dies bitte mit, indem Sie im Kanal [v3 Alpha-Feedback](https://discord.gg/bdj28QNHmT) auf Discord posten.
Wenn Sie einen Fehler finden, [öffnen Sie bitte ein Issue](https://github.com/wailsapp/wails/issues/new/choose) auf GitHub mit dem Fehlerbericht-Template.

- Der Beitrag sollte klar darlegen, worin der Fehler besteht, und ein einfaches, reproduzierbares Beispiel enthalten. Wenn in der Dokumentation unklar ist, was *sollte* passieren, fügen Sie dies bitte in den Beitrag ein.
- Der Beitrag sollte mit dem Tag `Bug` versehen werden.
- Bitte fügen Sie die Ausgabe von `wails doctor` in Ihren Beitrag ein.
- Wenn der Fehler ein Verhalten darstellt, das nicht mit der aktuellen Dokumentation übereinstimmt, z. B. ein Fenster, das nicht richtig skaliert, gehen Sie bitte wie folgt vor:
- Aktualisieren Sie ein bestehendes Beispiel im Verzeichnis `v3/example` oder erstellen Sie ein neues Beispiel im Ordner `v3/examples`, das das Problem deutlich zeigt.
- Öffnen Sie einen [PR](https://github.com/wailsapp/wails/pulls) mit dem Titel `[v3 alpha test] <Beschreibung des Fehlers>`.
- Bitte fügen Sie einen Link zum PR in Ihren Beitrag ein.
- Beschreiben Sie den Fehler klar mit einem einfachen, reproduzierbaren Beispiel. Wenn in der Dokumentation unklar ist, was _passieren soll_, fügen Sie dies in den Bericht ein.
- Fügen Sie die Ausgabe von `wails doctor` in den Bericht ein.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Incorrect CLI command: use wails3 doctor instead of wails doctor.

Based on learnings, Wails v3 CLI commands require the wails3 prefix. The command should be wails3 doctor, not wails doctor. This issue originates from the English source file and affects all language variants in this PR.

🔧 Proposed fix
-    - Fügen Sie die Ausgabe von `wails doctor` in den Bericht ein.
+    - Fügen Sie die Ausgabe von `wails3 doctor` in den Bericht ein.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- Fügen Sie die Ausgabe von `wails doctor` in den Bericht ein.
- Fügen Sie die Ausgabe von `wails3 doctor` in den Bericht ein.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/src/content/docs/de/feedback.mdx` at line 19, Replace the incorrect CLI
string "wails doctor" with the correct "wails3 doctor" in the docs text (look
for the literal "wails doctor" in feedback.mdx / the German feedback content) so
the instruction reads "Fügen Sie die Ausgabe von `wails3 doctor` in den Bericht
ein."; ensure the same replacement is applied across all affected language
variants that use the same source phrase.

- Wenn der Fehler ein Verhalten darstellt, das nicht mit der aktuellen Dokumentation übereinstimmt, tun Sie bitte auch Folgendes:
- Aktualisieren Sie ein bestehendes Beispiel im Verzeichnis `v3/examples` oder erstellen Sie ein neues Beispiel, das das Problem deutlich zeigt.
- Öffnen Sie einen [PR](https://github.com/wailsapp/wails/pulls) mit Verweis auf das zugehörige Issue.

:::caution

_Denken Sie daran_, unerwartetes Verhalten ist nicht unbedingt ein Fehler es tut vielleicht einfach nicht das, was Sie erwarten. Verwenden Sie dafür `Suggestions`.
_Denken Sie daran_, unerwartetes Verhalten ist nicht unbedingt ein Fehler es tut vielleicht einfach nicht das, was Sie erwarten. Verwenden Sie dafür `Suggestions`.

:::

Sie können Fehler auch gerne im [#v3](https://discord.gg/bdj28QNHmT)-Kanal auf Discord besprechen.

</TabItem>

<TabItem label="Fehlerbehebungen" icon="approve-check">

Wenn Sie eine Fehlerbehebung oder eine Aktualisierung der Dokumentation haben, gehen Sie bitte wie folgt vor:
Wenn Sie eine Fehlerbehebung oder eine Verbesserung der Dokumentation haben, gehen Sie bitte wie folgt vor:

- Öffnen Sie einen Pull-Request im [Wails-Repository](https://github.com/wailsapp/wails). Der Titel des PRs sollte mit `[v3 alpha]` beginnen.
- Erstellen Sie einen Beitrag im Kanal [v3 Alpha-Feedback](https://discord.gg/bdj28QNHmT).
- Der Beitrag sollte mit dem Tag `PR` versehen werden.
- Bitte fügen Sie einen Link zum PR in Ihren Beitrag ein.
- Öffnen Sie einen Pull-Request im [Wails-Repository](https://github.com/wailsapp/wails) gemäß den [Beitragsrichtlinien](https://github.com/wailsapp/wails/blob/master/CONTRIBUTING.md).
- Verweisen Sie im PR auf zugehörige Issues.

</TabItem>

<TabItem label="Vorschläge" icon="puzzle" id="abc">

Wenn Sie einen Vorschlag haben, teilen Sie uns dies bitte mit, indem Sie im Kanal [v3 Alpha-Feedback](https://discord.gg/bdj28QNHmT) auf Discord posten:

- Der Beitrag sollte mit dem Tag `Suggestion` versehen werden.
Wenn Sie einen Feature-Wunsch oder Vorschlag haben, [starten Sie bitte eine Diskussion](https://github.com/wailsapp/wails/discussions) auf GitHub.

Zögern Sie nicht, uns auf [Discord](https://discord.gg/bdj28QNHmT) zu kontaktieren, wenn Sie Fragen haben.
- Beschreiben Sie das Feature und das Problem, das es löst, klar und deutlich.
- Sie können Ideen auch gerne im [#v3](https://discord.gg/bdj28QNHmT)-Kanal auf Discord besprechen.

</TabItem>

<TabItem label="Upvoting" icon="star">

- Beiträge können durch Verwendung des Emojis :thumbsup: "upgevote" werden. Bitte wenden Sie dies auf alle Beiträge an, die für Sie prioritär sind.
- Bitte *fügen Sie keine* Kommentare wie "+1" oder "ich auch" hinzu.
- Sie können gerne kommentieren, wenn es mehr zum Beitrag hinzuzufügen gibt, wie z. B. "Dieser Fehler betrifft auch ARM-Builds" oder "Eine andere Option wäre, ...."
- Zeigen Sie Unterstützung für Issues und Diskussionen mit der :thumbsup:-Reaktion auf GitHub.
- Bitte _fügen Sie keine_ Kommentare wie "+1" oder "ich auch" hinzu.
- Kommentieren Sie gerne, wenn Sie etwas Wesentliches hinzuzufügen haben, wie z. B. "Dieser Fehler betrifft auch ARM-Builds" oder "Ein anderer Ansatz wäre...".

</TabItem>

</Tabs>

Eine Liste bekannter Probleme und laufender Arbeiten finden Sie
[hier](https://github.com/orgs/wailsapp/projects/6).

## Themen, zu denen wir Feedback suchen

- Die API
- Ist sie einfach zu verwenden?
- Erfüllt sie Ihre Erwartungen?
- Fehlt etwas?
- Gibt es etwas, das entfernt werden sollte?
- Ist sie zwischen Go und JS konsistent?
- Das Build-System
- Ist es einfach zu verwenden?
- Können wir es verbessern?
- Die Beispiele
- Sind sie klar?
- Decken sie die Grundlagen ab?
- Funktionen
- Welche Funktionen fehlen?
- Welche Funktionen sind nicht notwendig?
- Dokumentation
- Was könnte klarer sein?
Eine Liste bekannter Probleme und laufender Arbeiten finden Sie [hier](https://github.com/orgs/wailsapp/projects/6).
70 changes: 23 additions & 47 deletions docs/src/content/docs/feedback.mdx
Original file line number Diff line number Diff line change
@@ -1,87 +1,63 @@
---
title: v3 Alpha Feedback
title: Feedback
description: How to provide feedback and report issues for Wails v3
sidebar:
order: 40
---

import { Tabs, TabItem } from "@astrojs/starlight/components";

We welcome (and encourage) your feedback! Please search for existing tickets or
posts before creating new ones. Here are the different ways to provide feedback:
We welcome (and encourage) your feedback! Please search for existing issues or
discussions before creating new ones. Here are the different ways to contribute:

<Tabs>
<TabItem label="Bugs" icon="error">

If you find a bug, please let us know by posting into the [v3 Alpha Feedback](https://discord.gg/bdj28QNHmT) channel on Discord.
If you find a bug, please [open an issue](https://github.com/wailsapp/wails/issues/new/choose) on GitHub using the bug report template.

- The post should clearly state what the bug is and have a simple reproducible example. If the docs are unclear what *should* happen, please include that in the post.
- The post should be given the `Bug` tag.
- Please include the output of `wails doctor` in your post.
- If the bug is behavior that does not align with current documentation, e.g. a window does not resize properly, please do the following:
- Update an existing example in the `v3/example` directory or create a new example in the `v3/examples` folder that clearly shows the issue.
- Open a [PR](https://github.com/wailsapp/wails/pulls) with the title `[v3 alpha test] <description of bug>`.
- Please include a link to the PR in your post.
- Clearly describe the bug with a simple, reproducible example. If the docs are unclear about what _should_ happen, include that in the report.
- Include the output of `wails doctor` in your report.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Incorrect CLI command: use wails3 doctor instead of wails doctor.

Based on learnings, Wails v3 CLI commands require the wails3 prefix. This is the English source file, so correcting it here will ensure all future translations use the correct command.

🔧 Proposed fix
-    - Include the output of `wails doctor` in your report.
+    - Include the output of `wails3 doctor` in your report.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- Include the output of `wails doctor` in your report.
- Include the output of `wails3 doctor` in your report.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/src/content/docs/feedback.mdx` at line 19, The docs text uses the
incorrect CLI command "wails doctor"; update all occurrences of the inline code
span `wails doctor` in the feedback page to the correct `wails3 doctor` (e.g.,
replace the string in docs/src/content/docs/feedback.mdx) and ensure any
surrounding explanatory text or code blocks that reference the CLI use the
`wails3` prefix consistently so translations inherit the correct command.

- If the bug is behavior that does not align with current documentation, please also do the following:
- Update an existing example in the `v3/examples` directory, or create a new example that clearly demonstrates the issue.
- Open a [PR](https://github.com/wailsapp/wails/pulls) referencing the issue.

:::caution

_Remember_, unexpected behavior isn't necessarily a bug - it might just not do
what you expect it to do. Use `Suggestions` for this.
_Remember_, unexpected behavior isn't necessarily a bug it might just not do
what you expect. Use `Suggestions` for that.

:::

You're also welcome to discuss bugs in the [#v3](https://discord.gg/bdj28QNHmT) channel on Discord.

</TabItem>

<TabItem label="Fixes" icon="approve-check">

If you have a fix for a bug or an update for documentation, please do the following:
If you have a fix for a bug or an improvement to documentation, please:

- Open a pull request on the [Wails repository](https://github.com/wailsapp/wails). The title of the PR should start with `[v3 alpha]`.
- Create a post in the [v3 Alpha Feedback](https://discord.gg/bdj28QNHmT) channel.
- The post should be given the `PR` tag.
- Please include a link to the PR in your post.
- Open a pull request on the [Wails repository](https://github.com/wailsapp/wails) following the [contribution guidelines](https://github.com/wailsapp/wails/blob/master/CONTRIBUTING.md).
- Reference any related issues in the PR description.

</TabItem>

<TabItem label="Suggestions" icon="puzzle" id="abc">

If you have a suggestion, please let us know by posting into the [v3 Alpha Feedback](https://discord.gg/bdj28QNHmT) channel on Discord:

- The post should be given the `Suggestion` tag.
If you have a feature request or suggestion, please [start a discussion](https://github.com/wailsapp/wails/discussions) on GitHub.

Please feel free to reach out to us on [Discord](https://discord.gg/bdj28QNHmT) if you have any questions.
- Clearly describe the feature and the problem it solves.
- Feel free to also discuss ideas in the [#v3](https://discord.gg/bdj28QNHmT) channel on Discord.

</TabItem>

<TabItem label="Upvoting" icon="star">

- Posts can be "upvoted" by using the :thumbsup: emoji. Please apply to any posts that are a priority for you.
- Please *don't* just add comments like "+1" or "me too".
- Please feel free to comment if there is more to add to the post, such as "this bug also affect ARM builds" or "Another option would be to ....."
- Show support for issues and discussions using the :thumbsup: reaction on GitHub.
- Please _don't_ just add comments like "+1" or "me too".
- Do add a comment if you have something meaningful to contribute, such as "this bug also affects ARM builds" or "Another approach would be to...".

</TabItem>

</Tabs>

There is a list of known issues & work in progress can be found
[here](https://github.com/orgs/wailsapp/projects/6).

## Things we are looking for feedback on

- The API
- Is it easy to use?
- Does it do what you expect?
- Is it missing anything?
- Is there anything that should be removed?
- Is it consistent between Go and JS?
- The build system
- Is it easy to use?
- Can we improve it?
- The examples
- Are they clear?
- Do they cover the basics?
- Features
- What features are missing?
- What features are not needed?
- Documentation
- What could be clearer?
Known issues and work in progress can be found [here](https://github.com/orgs/wailsapp/projects/6).
72 changes: 24 additions & 48 deletions docs/src/content/docs/fr/feedback.mdx
Original file line number Diff line number Diff line change
@@ -1,86 +1,62 @@
---
title: Retours sur la v3 Alpha
title: Retours
description: Comment fournir des retours et signaler des problèmes pour Wails v3
sidebar:
order: 40
---

import { Tabs, TabItem } from "@astrojs/starlight/components";

Nous accueillons (et encourageons) vos retours ! Veuillez rechercher les tickets ou
posts existants avant d'en créer de nouveaux. Voici les différentes façons de fournir des retours :
Nous accueillons (et encourageons) vos retours ! Veuillez rechercher les issues ou
discussions existantes avant d'en créer de nouvelles. Voici les différentes façons de contribuer :

<Tabs>
<TabItem label="Bugs" icon="error">

Si vous trouvez un bug, veuillez nous en informer en publiant dans le canal [v3 Alpha Feedback](https://discord.gg/bdj28QNHmT) sur Discord.
Si vous trouvez un bug, veuillez [ouvrir une issue](https://github.com/wailsapp/wails/issues/new/choose) sur GitHub en utilisant le template de rapport de bug.

- Le post doit clairement indiquer quel est le bug et inclure un exemple simple reproductible. Si la documentation n'est pas claire sur ce qui *devrait* se produire, veuillez l'inclure dans le post.
- Le post doit être marqué avec le tag `Bug`.
- Veuillez inclure la sortie de `wails doctor` dans votre post.
- Si le bug correspond à un comportement qui ne s'aligne pas avec la documentation actuelle, par exemple une fenêtre qui ne redimensionne pas correctement, veuillez faire ce qui suit :
- Mettre à jour un exemple existant dans le répertoire `v3/example` ou créer un nouvel exemple dans le dossier `v3/examples` qui montre clairement le problème.
- Ouvrir une [PR](https://github.com/wailsapp/wails/pulls) avec le titre `[v3 alpha test] <description du bug>`.
- Veuillez inclure un lien vers la PR dans votre post.
- Décrivez clairement le bug avec un exemple simple et reproductible. Si la documentation n'est pas claire sur ce qui _devrait_ se produire, incluez-le dans le rapport.
- Incluez la sortie de `wails doctor` dans votre rapport.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Incorrect CLI command: use wails3 doctor instead of wails doctor.

Based on learnings, Wails v3 CLI commands require the wails3 prefix. The command should be wails3 doctor, not wails doctor. This issue originates from the English source file and affects all language variants in this PR.

🔧 Proposed fix
-    - Incluez la sortie de `wails doctor` dans votre rapport.
+    - Incluez la sortie de `wails3 doctor` dans votre rapport.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- Incluez la sortie de `wails doctor` dans votre rapport.
- Incluez la sortie de `wails3 doctor` dans votre rapport.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/src/content/docs/fr/feedback.mdx` at line 19, Replace the incorrect CLI
command string "wails doctor" with the correct "wails3 doctor" in the affected
sentence (the line containing "Incluez la sortie de `wails doctor` dans votre
rapport.") so the French doc uses `wails3 doctor`; also update the English
source file (and any other language variants in this PR) to the same `wails3
doctor` string to keep translations consistent.

- Si le bug correspond à un comportement qui ne s'aligne pas avec la documentation actuelle, veuillez également faire ce qui suit :
- Mettre à jour un exemple existant dans le répertoire `v3/examples` ou créer un nouvel exemple qui montre clairement le problème.
- Ouvrir une [PR](https://github.com/wailsapp/wails/pulls) en référençant l'issue concernée.

:::caution

_Rappelez-vous_, un comportement inattendu n'est pas nécessairement un bug - cela peut simplement ne pas faire ce que vous attendez. Utilisez `Suggestions` pour cela.
_Rappelez-vous_, un comportement inattendu n'est pas nécessairement un bug cela peut simplement ne pas faire ce que vous attendez. Utilisez `Suggestions` pour cela.

:::

Vous êtes également les bienvenus pour discuter des bugs dans le canal [#v3](https://discord.gg/bdj28QNHmT) sur Discord.

</TabItem>

<TabItem label="Fixes" icon="approve-check">
<TabItem label="Corrections" icon="approve-check">

Si vous avez une correction pour un bug ou une mise à jour pour la documentation, veuillez faire ce qui suit :
Si vous avez une correction pour un bug ou une amélioration de la documentation, veuillez :

- Ouvrir une pull request sur le [dépôt Wails](https://github.com/wailsapp/wails). Le titre de la PR doit commencer par `[v3 alpha]`.
- Créer un post dans le canal [v3 Alpha Feedback](https://discord.gg/bdj28QNHmT).
- Le post doit être marqué avec le tag `PR`.
- Veuillez inclure un lien vers la PR dans votre post.
- Ouvrir une pull request sur le [dépôt Wails](https://github.com/wailsapp/wails) en suivant les [directives de contribution](https://github.com/wailsapp/wails/blob/master/CONTRIBUTING.md).
- Référencer les issues concernées dans la description de la PR.

</TabItem>

<TabItem label="Suggestions" icon="puzzle" id="abc">

Si vous avez une suggestion, veuillez nous en informer en publiant dans le canal [v3 Alpha Feedback](https://discord.gg/bdj28QNHmT) sur Discord :

- Le post doit être marqué avec le tag `Suggestion`.
Si vous avez une demande de fonctionnalité ou une suggestion, veuillez [démarrer une discussion](https://github.com/wailsapp/wails/discussions) sur GitHub.

N'hésitez pas à nous contacter sur [Discord](https://discord.gg/bdj28QNHmT) si vous avez des questions.
- Décrivez clairement la fonctionnalité et le problème qu'elle résout.
- N'hésitez pas à discuter des idées dans le canal [#v3](https://discord.gg/bdj28QNHmT) sur Discord.

</TabItem>

<TabItem label="Upvoting" icon="star">
<TabItem label="Votes positifs" icon="star">

- Les posts peuvent être "upvotés" en utilisant l'emoji :thumbsup: Veuillez voter pour tous les posts qui sont une priorité pour vous.
- Veuillez *ne pas* simplement ajouter des commentaires comme "+1" ou "moi aussi".
- N'hésitez pas à commenter s'il y a plus à ajouter au post, comme "ce bug affecte aussi les builds ARM" ou "Une autre option serait de ...."
- Montrez votre soutien aux issues et discussions en utilisant la réaction :thumbsup: sur GitHub.
- Veuillez _ne pas_ simplement ajouter des commentaires comme "+1" ou "moi aussi".
- Ajoutez un commentaire si vous avez quelque chose de significatif à contribuer, comme "ce bug affecte aussi les builds ARM" ou "Une autre approche serait...".

</TabItem>

</Tabs>

Une liste des problèmes connus et des travaux en cours peut être trouvée
[ici](https://github.com/orgs/wailsapp/projects/6).

## Points sur lesquels nous cherchons des retours

- L'API
- Est-elle facile à utiliser ?
- Fait-elle ce que vous attendez ?
- Manque-t-elle quelque chose ?
- Y a-t-il quelque chose qui devrait être supprimé ?
- Est-elle cohérente entre Go et JS ?
- Le système de build
- Est-il facile à utiliser ?
- Peut-on l'améliorer ?
- Les exemples
- Sont-ils clairs ?
- Couvrent-ils les bases ?
- Fonctionnalités
- Quelles fonctionnalités manquent ?
- Quelles fonctionnalités ne sont pas nécessaires ?
- Documentation
- Qu'est-ce qui pourrait être plus clair ?
La liste des problèmes connus et des travaux en cours peut être trouvée [ici](https://github.com/orgs/wailsapp/projects/6).
Loading
Loading