|
1 | 1 | --- |
2 | | -name: Bug report |
3 | | -about: Create a report to help us improve |
4 | | -title: '' |
5 | | -labels: '' |
6 | | -assignees: '' |
7 | | - |
| 2 | +name: 🐛 Bug Report |
| 3 | +about: Create a report to help us improve WAHA-TUI |
| 4 | +title: "[BUG] " |
| 5 | +labels: "bug" |
| 6 | +assignees: "" |
8 | 7 | --- |
9 | 8 |
|
10 | | -**Describe the bug** |
| 9 | +## Describe the bug |
| 10 | + |
11 | 11 | A clear and concise description of what the bug is. |
12 | 12 |
|
13 | | -**To Reproduce** |
| 13 | +## To Reproduce |
| 14 | + |
14 | 15 | Steps to reproduce the behavior: |
15 | | -1. Go to '...' |
16 | | -2. Click on '....' |
17 | | -3. Scroll down to '....' |
18 | | -4. See error |
19 | 16 |
|
20 | | -**Expected behavior** |
| 17 | +1. Run `waha-tui` with `--debug` option as `waha-tui --debug`. |
| 18 | +2. Perform action '...' |
| 19 | +3. See error |
| 20 | + |
| 21 | +## Expected behavior |
| 22 | + |
21 | 23 | A clear and concise description of what you expected to happen. |
22 | 24 |
|
23 | | -**Screenshots** |
24 | | -If applicable, add screenshots to help explain your problem. |
| 25 | +## Environment |
| 26 | + |
| 27 | +- **WAHA-TUI Version:** [e.g. 1.6.3] |
| 28 | +- **Bun Version:** [e.g. 1.1.0] |
| 29 | +- **OS:** [e.g. Ubuntu 22.04, macOS Sonoma, Windows 11 (WSL2)] |
| 30 | +- **Terminal Emulator:** [e.g. Kitty, iTerm2, Windows Terminal] |
| 31 | +- **WAHA Engine:** [e.g. WEBJS, NOWEB, GOWS] |
| 32 | + |
| 33 | +## WAHA Configuration |
| 34 | + |
| 35 | +- [ ] I am using the latest version of WAHA-TUI. |
| 36 | +- [ ] I have a running WAHA server accessible at the configured URL. |
| 37 | +- [ ] I have enabled `tagsEventsOn` if using WEBJS engine (if applicable). |
| 38 | + |
| 39 | +## Debug Logs |
| 40 | + |
| 41 | +Please run the application with debug mode enabled and provide the relevant logs. |
| 42 | + |
| 43 | +```bash |
| 44 | +waha-tui --debug |
| 45 | +# or |
| 46 | +bun dev --debug |
| 47 | +``` |
| 48 | + |
| 49 | +Logs are usually located at `~/.config/waha-tui/debug.log`. Please **sanitize any sensitive information** (phone numbers, API keys) before pasting here. |
| 50 | + |
| 51 | +<details> |
| 52 | +<summary>Click to expand debug logs</summary> |
| 53 | + |
| 54 | +```text |
| 55 | +# Paste logs here |
| 56 | +``` |
25 | 57 |
|
26 | | -**Desktop (please complete the following information):** |
27 | | - - OS: [e.g. iOS] |
28 | | - - Browser [e.g. chrome, safari] |
29 | | - - Version [e.g. 22] |
| 58 | +</details> |
30 | 59 |
|
31 | | -**Smartphone (please complete the following information):** |
32 | | - - Device: [e.g. iPhone6] |
33 | | - - OS: [e.g. iOS8.1] |
34 | | - - Browser [e.g. stock browser, safari] |
35 | | - - Version [e.g. 22] |
| 60 | +### Additional context |
36 | 61 |
|
37 | | -**Additional context** |
38 | | -Add any other context about the problem here. |
| 62 | +Add any other context about the problem here (e.g., screenshots of the TUI layout issues). |
0 commit comments