mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 03:07:18 +02:00
Update bug report template
This commit is contained in:
parent
08f057b35e
commit
c721323f0a
2 changed files with 16 additions and 1 deletions
2
.env
2
.env
|
@ -1,2 +1,2 @@
|
|||
# export TASKRC=`pwd`/tests/data/.taskrc
|
||||
export TASKRC=`pwd`/tests/data/.taskrc
|
||||
export TASKDATA=`pwd`/tests/data/.task
|
||||
|
|
15
.github/ISSUE_TEMPLATE/bug_report.md
vendored
15
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -42,3 +42,18 @@ task --version
|
|||
**Additional context and information**
|
||||
|
||||
<!-- Please provide detailed stacktraces, screenshot, etc here. If `taskwarrior-tui` crashes, you can set the RUST_BACKTRACE=1 for a detailed stacktrace. -->
|
||||
|
||||
**Screenshots / Gif**
|
||||
|
||||
You can use the following task list to reproduce your error:
|
||||
|
||||
https://github.com/kdheepak/taskwarrior-testdata/tree/master/.task
|
||||
|
||||
Clone the above repository and run the following lines in your shell.
|
||||
|
||||
```bash
|
||||
export TASKRC=`pwd`/taskwarrior-testdata/data/.taskrc
|
||||
export TASKDATA=`pwd`/taskwarrior-testdata/data/.task
|
||||
```
|
||||
|
||||
Use your favorite tool to generate a screenshot or a gif of the error.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue