mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 03:07:18 +02:00
44 lines
1.1 KiB
Markdown
44 lines
1.1 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a bug report
|
|
title: ""
|
|
labels: bug
|
|
assignees: ""
|
|
---
|
|
|
|
<!-- Thank you for taking the time to fill out a bug report. -->
|
|
|
|
**Describe the bug**
|
|
|
|
<!-- A clear and concise description of what the bug is with screenshots if available. -->
|
|
|
|
**To Reproduce**
|
|
|
|
Steps to reproduce the behavior:
|
|
|
|
<!--
|
|
Please provide a minimal working example of the bug with screenshots if possible.
|
|
|
|
You can set the TASKDATA and TASKRC environment variables to point to a different location for temporary fresh taskwarrior session. See taskwarrior documentation for more information.
|
|
|
|
If possible, please provide contents of `.taskrc`, and `.task` folder.
|
|
-->
|
|
|
|
**Environment (please complete the following information):**
|
|
|
|
- Operating System: <!-- Windows | Mac | Linux -->
|
|
- Installation: <!-- github releases | homebrew | arch | zinit -->
|
|
- taskwarrior-tui version:
|
|
|
|
```bash
|
|
taskwarrior-tui --version
|
|
```
|
|
- task version:
|
|
|
|
```bash
|
|
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. -->
|