Update bug report template

This commit is contained in:
Dheepak Krishnamurthy 2021-02-09 12:56:46 -07:00
parent 08f057b35e
commit c721323f0a
2 changed files with 16 additions and 1 deletions

2
.env
View file

@ -1,2 +1,2 @@
# export TASKRC=`pwd`/tests/data/.taskrc
export TASKRC=`pwd`/tests/data/.taskrc
export TASKDATA=`pwd`/tests/data/.task

View file

@ -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.