Before you report
Search existing issues
Search GitHub Issues for your error message or a description of the behavior. Add a comment to an existing issue rather than opening a duplicate.
What to include
Environment
OS version, Tempest version, Node.js version, and Rust version. Run
npm run tauri info in the repo for a complete summary.Steps to reproduce
The exact sequence of actions that triggers the bug. Number each step. Start from a fresh app launch.
Expected behavior
What you expected to happen.
Actual behavior
What actually happened. Include error messages, stack traces, or screenshots.
Logs
Tempest logs are written to the Tauri log directory for your platform:| Platform | Log path |
|---|---|
| Windows | %APPDATA%\tempest\logs\ |
| macOS | ~/Library/Logs/tempest/ |
| Linux | ~/.local/share/tempest/logs/ |
Severity labels
Maintainers apply one of the following labels after triage:| Label | Meaning |
|---|---|
bug | Confirmed unexpected behavior |
critical | Data loss, crash on launch, or security issue |
needs-info | Cannot reproduce without more details from the reporter |
wont-fix | Known limitation or out of scope |