Skip to content

docs: update feedback pages from alpha to beta/GA policy#5484

Closed
leaanthony wants to merge 1 commit into
masterfrom
docs/feedback-beta-ga-clean
Closed

docs: update feedback pages from alpha to beta/GA policy#5484
leaanthony wants to merge 1 commit into
masterfrom
docs/feedback-beta-ga-clean

Conversation

@leaanthony

@leaanthony leaanthony commented May 20, 2026

Copy link
Copy Markdown
Member

Summary

  • Remove all "Alpha" references from feedback pages across all 8 locales (en, ja, ru, pt, zh-tw, de, ko, fr)
  • Move bug reporting to GitHub Issues (with bug report template) as the primary channel
  • Move feature suggestions to GitHub Discussions as the primary channel
  • Keep Discord #v3 as a secondary/community discussion channel
  • Remove the [v3 alpha] / [v3 alpha test] PR title prefix requirements; link to CONTRIBUTING.md instead
  • Remove the alpha-era "Things we are looking for feedback on" questionnaire section
  • Update upvoting guidance to use GitHub reactions (👍) instead of Discord emoji

Test plan

  • Verify the docs site builds without errors
  • Spot-check rendered output in each locale for correct links and formatting

Summary by CodeRabbit

  • Documentation
    • Updated feedback guides across all supported languages to streamline the Wails v3 contribution process
    • Simplified workflow by directing users to GitHub Issues for bug reports, GitHub Discussions for feature requests, and Pull Requests for fixes
    • Removed legacy alpha-specific instructions and consolidated contribution guidelines

Review Change Stack

Replace alpha-era Discord-centric feedback workflow with standard
GitHub Issues (bugs) and GitHub Discussions (suggestions) as primary
channels. Remove alpha PR title prefix requirements and the
'things we are looking for feedback on' section. Applied to all
8 locales (en, ja, ru, pt, zh-tw, de, ko, fr).
Copilot AI review requested due to automatic review settings May 20, 2026 11:26
@coderabbitai

coderabbitai Bot commented May 20, 2026

Copy link
Copy Markdown
Contributor

Walkthrough

This PR updates feedback documentation across eight language variants to replace v3 Alpha Discord-based contribution guidance with current GitHub-centric workflows. All pages shift bug reports to GitHub Issues, feature suggestions to GitHub Discussions, fixes to PRs, and upvoting to GitHub reactions, while removing alpha-specific feedback request checklists.

Changes

Feedback documentation GitHub workflow migration

Layer / File(s) Summary
Frontmatter metadata updates
docs/src/content/docs/{de,feedback,fr,ja,ko,pt,ru,zh-tw}/feedback.mdx
Page titles and descriptions renamed from "v3 Alpha-Feedback"/"v3 Alpha Feedback" variants to generic "Feedback"/"Retours"/"フィードバック" etc., targeting Wails v3 generally rather than alpha specifically.
Introduction text and GitHub workflow overview
docs/src/content/docs/{de,feedback,ja,zh-tw}/feedback.mdx
Opening paragraphs rewritten to direct users to search existing GitHub Issues and Discussions before contributing, replacing prior alpha-specific ticket/Discord channel guidance with v3-wide GitHub-centric paths.
Tab-based contribution workflow content rewrite
docs/src/content/docs/{de,feedback,fr,ja,ko,pt,ru,zh-tw}/feedback.mdx
All four tabs ("Bugs/Errors", "Fixes/Corrections", "Suggestions/Features", "Upvoting/Positive votes") rewritten across language variants: bugs now route to GitHub issues with wails doctor output and v3/examples requirements; fixes point to PRs with issue references; suggestions use GitHub Discussions; upvoting emphasizes GitHub reactions and meaningful comments. Discord posting and alpha PR tag conventions removed.
Cleanup: remove alpha-specific feedback request sections
docs/src/content/docs/{de,feedback,fr,ja,ko,pt,ru,zh-tw}/feedback.mdx
Removed "Themen, zu denen wir Feedback suchen"/"Things we are looking for feedback on"/"Points sur lesquels nous cherchons des retours" sections and similar alpha feedback checklists from all language variants. Retained "known issues/projects" links as final content.

Sequence Diagram

sequenceDiagram
  participant Contributor
  participant GitHub_Search
  participant GitHub_Issues
  participant GitHub_Discussions
  participant GitHub_PRs
  Contributor->>GitHub_Search: Search existing Issues/Discussions first
  alt Is it a bug?
    Contributor->>GitHub_Issues: Open issue with bug template
    Contributor->>GitHub_Issues: Include wails doctor output
    Contributor->>GitHub_Issues: Add/update v3/examples if needed
    Contributor->>GitHub_PRs: Open PR referencing the issue
  else Is it a fix/improvement?
    Contributor->>GitHub_PRs: Open PR per CONTRIBUTING.md
    Contributor->>GitHub_PRs: Reference related issue in PR description
  else Is it a feature suggestion?
    Contributor->>GitHub_Discussions: Start discussion describing feature
  else Upvoting existing items?
    Contributor->>GitHub_Issues: Add :thumbsup: reaction
    Contributor->>GitHub_Discussions: Add :thumbsup: reaction
  end
Loading

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • wailsapp/wails#5354: Adds the initial French docs/src/content/docs/fr/feedback.mdx "v3 Alpha feedback" page, which this PR later rewrites to the current GitHub-centric feedback workflow.
  • wailsapp/wails#5109: Updates the GitHub PR template link to the feedback guide URL, aligning with this PR's rewrite of the feedback documentation destination and content.
  • wailsapp/wails#5269: Updates CONTRIBUTING.md v3 contribution workflow docs that cross-reference the feedback guidance being rewritten in this PR.

Suggested labels

Documentation

Poem

🐰 From Discord's halls to GitHub's glow,
We guide the feedback streams to flow,
Eight languages, one shining path—
Issues, PRs, reactions' bath!
Alpha fades, v3 takes its place,
With clearer steps and brighter grace.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: updating feedback documentation from alpha to beta/GA policy across the project, which matches the primary objective of the changeset.
Description check ✅ Passed The description adequately covers the main changes including the removal of alpha references, redirection to GitHub channels, and removal of outdated sections. It provides a test plan and addresses documentation updates per the template.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/feedback-beta-ga-clean
⚔️ Resolve merge conflicts
  • Resolve merge conflict in branch docs/feedback-beta-ga-clean

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

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.

Actionable comments posted: 8

🤖 Prompt for all review comments with 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.

Inline comments:
In `@docs/src/content/docs/de/feedback.mdx`:
- 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.

In `@docs/src/content/docs/feedback.mdx`:
- 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.

In `@docs/src/content/docs/fr/feedback.mdx`:
- 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.

In `@docs/src/content/docs/ja/feedback.mdx`:
- Line 18: Replace the incorrect CLI invocation `wails doctor` with the correct
`wails3 doctor` wherever it appears in the document (the inline backticked
command string), and mirror the same fix in the English source so translations
stay consistent; update any surrounding text that references the old command to
use `wails3` as the CLI prefix.

In `@docs/src/content/docs/ko/feedback.mdx`:
- Line 18: Replace the incorrect CLI string "wails doctor" with the correct
"wails3 doctor" in the docs content (e.g., where the line currently reads `리포트에
`wails doctor`의 출력 결과를 포함해 주세요.`), and propagate the same change to the English
source and all localized variants so every instance of "wails doctor" is updated
to "wails3 doctor".

In `@docs/src/content/docs/pt/feedback.mdx`:
- Line 19: Replace the incorrect CLI string "wails doctor" with the correct
Wails v3 command "wails3 doctor" in the translated content; locate the
occurrence of "wails doctor" in the feedback text (e.g., the line that currently
reads 'Inclua a saída de `wails doctor` no relatório') and update it to 'Inclua
a saída de `wails3 doctor` no relatório' so all language variants use the proper
`wails3` prefix.

In `@docs/src/content/docs/ru/feedback.mdx`:
- Line 19: Replace the incorrect CLI invocation string "wails doctor" with the
correct "wails3 doctor" wherever it appears in the docs (including this Russian
variant and the English source) so the guidance shows the Wails v3 CLI prefix;
search for the literal "wails doctor" and update the text content to "wails3
doctor" in the relevant documentation files and all translated variants to keep
them consistent.

In `@docs/src/content/docs/zh-tw/feedback.mdx`:
- Line 18: Replace the incorrect CLI invocation "wails doctor" with the correct
"wails3 doctor" in the docs (search for the literal string "wails doctor"), and
propagate the same change back to the English source and all translated variants
so every language uses "wails3 doctor".
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 874f628a-6dbb-4806-a7cf-255a43dc237a

📥 Commits

Reviewing files that changed from the base of the PR and between caf07c3 and 2cd14e3.

📒 Files selected for processing (8)
  • docs/src/content/docs/de/feedback.mdx
  • docs/src/content/docs/feedback.mdx
  • docs/src/content/docs/fr/feedback.mdx
  • docs/src/content/docs/ja/feedback.mdx
  • docs/src/content/docs/ko/feedback.mdx
  • docs/src/content/docs/pt/feedback.mdx
  • docs/src/content/docs/ru/feedback.mdx
  • docs/src/content/docs/zh-tw/feedback.mdx

- Ö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.

- 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.

- 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.

- 投稿には`Bug`タグを付けてください。
- 投稿に`wails doctor`の実行結果を含めてください。
- バグの内容を明確に記述し、再現可能な簡単な例を含めてください。ドキュメントで_何が起こるべきか_が不明確な場合は、その旨をレポートに含めてください。
- `wails doctor` の実行結果をレポートに含めてください。

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
-    - `wails doctor` の実行結果をレポートに含めてください。
+    - `wails3 doctor` の実行結果をレポートに含めてください。
📝 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
- `wails doctor` の実行結果をレポートに含めてください。
- `wails3 doctor` の実行結果をレポートに含めてください。
🤖 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/ja/feedback.mdx` at line 18, Replace the incorrect CLI
invocation `wails doctor` with the correct `wails3 doctor` wherever it appears
in the document (the inline backticked command string), and mirror the same fix
in the English source so translations stay consistent; update any surrounding
text that references the old command to use `wails3` as the CLI prefix.

- 제목이 `[v3 alpha test] <버그 설명>`인 [PR](https://github.com/wailsapp/wails/pulls)을 열어 주세요.
- 게시물에 PR 링크를 포함해 주세요.
- 간단하고 재현 가능한 예제와 함께 버그를 명확히 설명해 주세요. 문서에서 _무엇이_ 발생해야 하는지 불분명한 경우, 그 부분을 리포트에 포함해 주세요.
- 리포트에 `wails doctor`의 출력 결과를 포함해 주세요.

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
-    - 리포트에 `wails doctor`의 출력 결과를 포함해 주세요.
+    - 리포트에 `wails3 doctor`의 출력 결과를 포함해 주세요.
📝 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
- 리포트에 `wails doctor`의 출력 결과를 포함해 주세요.
- 리포트에 `wails3 doctor`의 출력 결과를 포함해 주세요.
🤖 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/ko/feedback.mdx` at line 18, Replace the incorrect CLI
string "wails doctor" with the correct "wails3 doctor" in the docs content
(e.g., where the line currently reads `리포트에 `wails doctor`의 출력 결과를 포함해 주세요.`),
and propagate the same change to the English source and all localized variants
so every instance of "wails doctor" is updated to "wails3 doctor".

- Abra um [PR](https://github.com/wailsapp/wails/pulls) com o título `[v3 alpha test] <descrição do bug>`.
- Por favor, inclua um link para o PR no seu post.
- Descreva claramente o bug com um exemplo simples e reproduzível. Se a documentação não estiver clara sobre o que _deveria_ acontecer, inclua isso no relatório.
- Inclua a saída de `wails doctor` no relatório.

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
-    - Inclua a saída de `wails doctor` no relatório.
+    - Inclua a saída de `wails3 doctor` no relatório.
📝 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
- Inclua a saída de `wails doctor` no relatório.
- Inclua a saída de `wails3 doctor` no relatório.
🤖 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/pt/feedback.mdx` at line 19, Replace the incorrect CLI
string "wails doctor" with the correct Wails v3 command "wails3 doctor" in the
translated content; locate the occurrence of "wails doctor" in the feedback text
(e.g., the line that currently reads 'Inclua a saída de `wails doctor` no
relatório') and update it to 'Inclua a saída de `wails3 doctor` no relatório' so
all language variants use the proper `wails3` prefix.

- Откройте [PR](https://github.com/wailsapp/wails/pulls) с заголовком `[v3 alpha test] <описание ошибки>`.
- Пожалуйста, включите ссылку на PR в ваше сообщение.
- Чётко опишите ошибку с простым воспроизводимым примером. Если в документации неясно, что _должно_ происходить, включите это в отчёт.
- Включите вывод команды `wails doctor` в отчёт.

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
-    - Включите вывод команды `wails doctor` в отчёт.
+    - Включите вывод команды `wails3 doctor` в отчёт.
📝 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
- Включите вывод команды `wails doctor` в отчёт.
- Включите вывод команды `wails3 doctor` в отчёт.
🤖 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/ru/feedback.mdx` at line 19, Replace the incorrect CLI
invocation string "wails doctor" with the correct "wails3 doctor" wherever it
appears in the docs (including this Russian variant and the English source) so
the guidance shows the Wails v3 CLI prefix; search for the literal "wails
doctor" and update the text content to "wails3 doctor" in the relevant
documentation files and all translated variants to keep them consistent.

- 開啟一個標題為 `[v3 alpha test] <錯誤描述>` 的 [PR](https://github.com/wailsapp/wails/pulls)。
- 請在文章中附上該 PR 的連結。
- 請以簡單、可重現的範例清楚描述錯誤。如果文件不清楚說明_應該_發生什麼情況,請在回報中包含該資訊。
- 請在回報中附上 `wails doctor` 的輸出結果。

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
-    - 請在回報中附上 `wails doctor` 的輸出結果。
+    - 請在回報中附上 `wails3 doctor` 的輸出結果。
📝 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
- 請在回報中附上 `wails doctor` 的輸出結果。
- 請在回報中附上 `wails3 doctor` 的輸出結果。
🤖 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/zh-tw/feedback.mdx` at line 18, Replace the incorrect
CLI invocation "wails doctor" with the correct "wails3 doctor" in the docs
(search for the literal string "wails doctor"), and propagate the same change
back to the English source and all translated variants so every language uses
"wails3 doctor".

@leaanthony

Copy link
Copy Markdown
Member Author

Closing in favour of new PR — rebased onto current master to resolve conflicts.

@leaanthony leaanthony closed this May 20, 2026

Copilot AI left a comment

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.

Pull request overview

This PR updates the Wails v3 documentation “Feedback” pages to reflect a post-alpha policy, shifting primary feedback channels to GitHub (Issues for bugs, Discussions for feature requests) while keeping Discord #v3 as an optional discussion venue.

Changes:

  • Removes “v3 Alpha” wording and alpha-era instructions (Discord channel usage, PR title prefixes, questionnaire) across all locales.
  • Updates guidance to: file bugs via GitHub Issues, propose features via GitHub Discussions, and use GitHub reactions (👍) for upvoting.
  • Keeps a link to the org project board for known issues/work in progress.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 17 comments.

Show a summary per file
File Description
docs/src/content/docs/feedback.mdx Updates English feedback guidance to GitHub Issues/Discussions + Discord as secondary.
docs/src/content/docs/de/feedback.mdx Same policy update in German locale.
docs/src/content/docs/fr/feedback.mdx Same policy update in French locale (incl. tab label adjustments).
docs/src/content/docs/ja/feedback.mdx Same policy update in Japanese locale.
docs/src/content/docs/ko/feedback.mdx Same policy update in Korean locale (incl. upvoting tab label).
docs/src/content/docs/pt/feedback.mdx Same policy update in Portuguese locale.
docs/src/content/docs/ru/feedback.mdx Same policy update in Russian locale.
docs/src/content/docs/zh-tw/feedback.mdx Same policy update in Traditional Chinese locale + minor text adjustments.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

<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.
_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.
<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.
:::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`.
<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.
<TabItem label="Ошибки" icon="error">

Если вы нашли ошибку, пожалуйста, сообщите нам, опубликовав сообщение в канале [v3 Alpha Feedback](https://discord.gg/bdj28QNHmT) в Discord.
Если вы нашли ошибку, пожалуйста, [откройте задачу](https://github.com/wailsapp/wails/issues/new/choose) на GitHub, используя шаблон отчёта об ошибке.
:::caution

_Помните_, неожиданное поведение не обязательно является ошибкой — возможно, оно просто не делает то, что вы ожидаете. Для этого используйте тег `Suggestions`.
_Помните_, неожиданное поведение не обязательно является ошибкой — возможно, оно просто не делает то, что вы ожидаете. Для этого используйте `Suggestions`.
<TabItem label="錯誤" icon="error">

如果您發現了錯誤,請在 Discord 的 [v3 Alpha 回饋](https://discord.gg/bdj28QNHmT) 頻道中發文告知我們
如果您發現了錯誤,請使用錯誤回報範本在 GitHub 上[開啟 Issue](https://github.com/wailsapp/wails/issues/new/choose)
Comment on lines 23 to 26
:::caution

_請記住_,非預期的行為不一定是錯誤——它可能只是沒有按照您的預期運作。請使用 `Suggestions` 來回報這類情況。

- 如果文章還有更多內容可以補充,例如「此錯誤也影響 ARM 版本」或「另一個選項是....」,歡迎隨時留言
- 在 GitHub 上使用 :thumbsup: 反應來表達對 Issue 和討論的支持
- 請_不要_僅添加 "+1" 或「我也是」之類的留言。
- 如果您有有意義的內容可以補充,例如「此錯誤也影響 ARM 版本」或「另一種方式是...」,歡迎留言
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants