mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 03:07:18 +02:00
chore: Update github issue template ♻️
This commit is contained in:
parent
5b0ae7eab6
commit
b3683ae548
1 changed files with 21 additions and 0 deletions
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -77,4 +77,25 @@ task --version
|
|||
Please provide detailed stacktraces, screenshot, etc here.
|
||||
If `taskwarrior-tui` crashes, you can set the RUST_BACKTRACE=1 for a detailed stacktrace.
|
||||
|
||||
The following is the data directory that `taskwarrior-tui` uses:
|
||||
|
||||
Platform | Value | Example
|
||||
--------------------------------------------------------------------------------------------
|
||||
Linux | $XDG_DATA_HOME or $HOME/.local/share | /home/alice/.local/share
|
||||
macOS | $HOME/Library/Application Support | /Users/Alice/Library/Application Support
|
||||
Windows | {FOLDERID_LocalAppData} | C:\Users\Alice\AppData\Local
|
||||
|
||||
If an appropriate log level is set, the following file may have useful information: ${data-dir}/taskwarrior-tui/taskwarrior-tui.log
|
||||
|
||||
```bash
|
||||
export TASKWARRIOR_TUI_LOG_LEVEL=debug
|
||||
export RUST_BACKTRACE=1
|
||||
taskwarrior-tui
|
||||
|
||||
# OR
|
||||
|
||||
export TASKWARRIOR_TUI_LOG_LEVEL=trace
|
||||
export RUST_BACKTRACE=1
|
||||
taskwarrior-tui
|
||||
```
|
||||
-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue