docs: update feedback pages from alpha to beta/GA policy#5484
docs: update feedback pages from alpha to beta/GA policy#5484leaanthony wants to merge 1 commit into
Conversation
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).
WalkthroughThis 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. ChangesFeedback documentation GitHub workflow migration
Sequence DiagramsequenceDiagram
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
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
⚔️ Resolve merge conflicts
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. Comment |
There was a problem hiding this comment.
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
📒 Files selected for processing (8)
docs/src/content/docs/de/feedback.mdxdocs/src/content/docs/feedback.mdxdocs/src/content/docs/fr/feedback.mdxdocs/src/content/docs/ja/feedback.mdxdocs/src/content/docs/ko/feedback.mdxdocs/src/content/docs/pt/feedback.mdxdocs/src/content/docs/ru/feedback.mdxdocs/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. |
There was a problem hiding this comment.
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.
| - 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. |
There was a problem hiding this comment.
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.
| - 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. |
There was a problem hiding this comment.
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.
| - 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` の実行結果をレポートに含めてください。 |
There was a problem hiding this comment.
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.
| - `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`의 출력 결과를 포함해 주세요. |
There was a problem hiding this comment.
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.
| - 리포트에 `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. |
There was a problem hiding this comment.
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.
| - 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` в отчёт. |
There was a problem hiding this comment.
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.
| - Включите вывод команды `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` 的輸出結果。 |
There was a problem hiding this comment.
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.
| - 請在回報中附上 `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".
|
Closing in favour of new PR — rebased onto current master to resolve conflicts. |
There was a problem hiding this comment.
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)。 |
| :::caution | ||
|
|
||
| _請記住_,非預期的行為不一定是錯誤——它可能只是沒有按照您的預期運作。請使用 `Suggestions` 來回報這類情況。 | ||
|
|
| - 如果文章還有更多內容可以補充,例如「此錯誤也影響 ARM 版本」或「另一個選項是....」,歡迎隨時留言。 | ||
| - 在 GitHub 上使用 :thumbsup: 反應來表達對 Issue 和討論的支持。 | ||
| - 請_不要_僅添加 "+1" 或「我也是」之類的留言。 | ||
| - 如果您有有意義的內容可以補充,例如「此錯誤也影響 ARM 版本」或「另一種方式是...」,歡迎留言。 |
Summary
#v3as a secondary/community discussion channel[v3 alpha]/[v3 alpha test]PR title prefix requirements; link toCONTRIBUTING.mdinsteadTest plan
Summary by CodeRabbit