Files
go-task/.github/ISSUE_TEMPLATE/feature_request.md
2022-10-14 20:55:46 -03:00

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