Skip to content

v3 Alpha Feedback

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:

If you find a bug, please let us know by posting into the v3 Alpha Feedback channel on Discord.

  • 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 with the title [v3 alpha test] <description of bug>.
    • Please include a link to the PR in your post.

There is a list of known issues & work in progress can be found here.

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?