mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Add issue templates
This commit is contained in:
parent
3caa1974fe
commit
9335046aab
2 changed files with 53 additions and 0 deletions
35
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
35
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
name: 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: <!-- `taskwarrior-tui --version` -->
|
||||
- task version: <!-- `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. -->
|
18
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
18
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
name: Feature request
|
||||
title: ""
|
||||
labels: ""
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
**Description**
|
||||
|
||||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
|
||||
|
||||
**Solution**
|
||||
|
||||
<!-- A clear and concise description of what you want to happen. -->
|
||||
|
||||
**Additional context**
|
||||
|
||||
<!-- Add any other context or screenshots about the feature request here. -->
|
Loading…
Add table
Add a link
Reference in a new issue