|
| 1 | +--- |
| 2 | +name: \U0001F41E Bug report |
| 3 | +about: Did you find a bug? |
| 4 | +title: '' |
| 5 | +labels: 'type: bug' |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +<!-- |
| 11 | + Hi there! Thank you for discovering and submitting an issue. |
| 12 | +
|
| 13 | + Before you submit this; let's make sure of a few things. |
| 14 | + Please make sure the following boxes are ticked if they are correct. |
| 15 | + If not, please try and fulfill these first. |
| 16 | +--> |
| 17 | + |
| 18 | +<!-- Checked checkbox should look like this: [x] --> |
| 19 | + - [ ] I am on the [latest](https://github.com/ActivityWatch/activitywatch/releases/latest) ActivityWatch version. |
| 20 | + - [ ] I have searched the issues of this repo and believe that this is not a duplicate. |
| 21 | + |
| 22 | + |
| 23 | +<!-- |
| 24 | + Once those are done, if you're able to fill in the following list with your information, |
| 25 | + it'd be very helpful to whoever handles the issue. |
| 26 | +--> |
| 27 | + |
| 28 | +- **OS version and name**: <!-- Replace with version + name --> |
| 29 | +- **ActivityWatch version**: <!-- Replace with version --> |
| 30 | + |
| 31 | +## Describe the bug |
| 32 | +<!-- A clear and concise description of what the bug is. --> |
| 33 | + |
| 34 | +## To Reproduce |
| 35 | +<!-- |
| 36 | + Steps to reproduce the behavior: |
| 37 | + 1. Go to '...' |
| 38 | + 2. Click on '....' |
| 39 | + 3. Scroll down to '....' |
| 40 | + 4. See error |
| 41 | +--> |
| 42 | + |
| 43 | +## Expected behavior |
| 44 | +<!-- A clear and concise description of what you expected to happen. --> |
| 45 | + |
| 46 | +## Documentation |
| 47 | +<!-- |
| 48 | + If applicable, add screenshots or logs to help explain your problem. |
| 49 | +
|
| 50 | + Logs can be found in different places depending on platform: |
| 51 | + - Windows: `C:\Users\<USER>\AppData\Local\ActivityWatch\Logs` |
| 52 | + - macOS: `/Users/<USER>/Library/Logs/activitywatch` |
| 53 | + - Linux: `/home/<USER>/.cache/activitywatch/log` |
| 54 | + They can be opened with any plain text editor. |
| 55 | +--> |
| 56 | + |
| 57 | +## Additional context |
| 58 | +<!-- Add any other context about the problem here. --> |
0 commit comments