2023-09-02 15:12:35 +10:00
# Feedback
2023-11-05 18:06:11 +11:00
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:
2023-09-02 15:12:35 +10:00
=== "Bugs"
2024-04-03 08:27:32 +11:00
If you find a bug, please let us know by posting into the [v3 Alpha Feedback ](https://discord.gg/Vgff2p8gsy ) channel on Discord.
2023-11-16 08:52:00 +11:00
2023-09-02 15:12:35 +10:00
- 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.
2023-11-16 08:52:00 +11:00
- If the bug is behaviour 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.
2024-01-19 21:37:37 +11:00
!!! warning
*Remember* , unexpected behaviour isn't necessarily a bug - it might just not do what you expect it to do. Use [Suggestions ](#suggestions ) for this.
2023-11-16 08:52:00 +11:00
2023-09-02 15:12:35 +10:00
=== "Fixes"
If you have a fix for a bug or an update for documentation, please do the following:
2023-09-25 20:56:29 +10:00
2023-10-29 09:39:47 +11:00
- Open a pull request on the [Wails repository ](https://github.com/wailsapp/wails ). The title of the PR should start with `[v3 alpha]` .
2024-04-03 08:27:32 +11:00
- Create a post in the [v3 Alpha Feedback ](https://discord.gg/Vgff2p8gsy ) channel.
2023-09-02 15:12:35 +10:00
- The post should be given the `PR` tag.
- Please include a link to the PR in your post.
2023-09-25 20:56:29 +10:00
2023-09-02 15:12:35 +10:00
=== "Suggestions"
2024-04-03 08:27:32 +11:00
If you have a suggestion, please let us know by posting into the [v3 Alpha Feedback ](https://discord.gg/Vgff2p8gsy ) channel on Discord:
2023-09-02 15:12:35 +10:00
- The post should be given the `Suggestion` tag.
2024-04-03 08:27:32 +11:00
Please feel free to reach out to us on [Discord ](https://discord.gg/Vgff2p8gsy ) if you have any questions.
2023-09-02 15:12:35 +10:00
=== "Upvoting"
2023-09-25 20:56:29 +10:00
- 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".
2023-09-02 15:12:35 +10:00
- 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 ....."
2023-09-04 22:40:40 +10:00
2023-11-05 18:06:11 +11:00
There is a list of known issues & work in progress can be found
[here ](https://github.com/orgs/wailsapp/projects/6 ).
2023-10-28 15:54:42 +11:00
## Things we are looking for feedback on
2023-09-04 22:40:40 +10:00
2023-09-25 20:56:29 +10:00
- 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?
2023-09-06 19:15:33 +10:00
- The examples
2023-09-25 20:56:29 +10:00
- Are they clear?
- Do they cover the basics?
2023-09-06 19:15:33 +10:00
- Features
2023-09-25 20:56:29 +10:00
- What features are missing?
- What features are not needed?
2023-09-06 19:15:33 +10:00
- Documentation
2023-09-25 20:56:29 +10:00
- What could be clearer?