Skip to content

Reporting bugs

Bug reports go to https://github.com/021flow/helixui/issues. A useful report contains:

  • helixui version (or commit SHA). cat node_modules/@helixui/core/package.json | grep version or paste the SHA you’re testing.
  • Minimal reproduction. A standalone snippet, a CodeSandbox, or a branch on a fork — anything that lets us hit “play” and see it fail.
  • Expected vs. actual. One sentence each.
  • Environment. Browser + version if it’s UI-related; Node + pnpm versions if it’s build-related.

A report without a reproduction usually stalls. Even a 20-line snippet helps more than a paragraph of prose.

Security issues

Don’t open a public issue.

Use GitHub’s “Report a vulnerability” flow on the repo, or email the maintainers. Coordinate disclosure with us before publishing.

See SECURITY.md for the current contact and disclosure window.

Good first issues

If you’d like to contribute but don’t have a specific bug in mind, look for issues tagged good first issue. They’re small and well-scoped.