Add issue templates

This commit is contained in:
Dheepak Krishnamurthy 2020-10-23 21:05:01 -06:00
parent 3caa1974fe
commit 9335046aab
2 changed files with 53 additions and 0 deletions

35
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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. -->

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