mirror of
https://github.com/go-task/task.git
synced 2026-06-24 05:05:49 +00:00
20 lines
584 B
Markdown
20 lines
584 B
Markdown
---
|
|
name: Bug Report
|
|
description: Use this to make feature requests.
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: |
|
|
Describe in detail what feature do you want to see in Task.
|
|
Give examples if possible.
|
|
|
|
Please, search if this wasn't proposed before, and if this is more like an idea
|
|
than a strong feature request, consider opening a
|
|
[discussion](https://github.com/go-task/task/discussions) instead.
|
|
placeholder: You description here.
|
|
validations:
|
|
required: true
|
|
---
|