mirror of
https://github.com/go-task/task.git
synced 2025-01-04 03:48:02 +02:00
Update issue templates
This commit is contained in:
parent
95359760ae
commit
e15576bc47
6
.github/ISSUE_TEMPLATE.md
vendored
6
.github/ISSUE_TEMPLATE.md
vendored
@ -1,6 +0,0 @@
|
|||||||
<!--
|
|
||||||
If relevant, include the following information:
|
|
||||||
- Task version
|
|
||||||
- OS
|
|
||||||
- Example Taskfile showing the issue
|
|
||||||
-->
|
|
13
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
name: Bug Report
|
||||||
|
labels: bug
|
||||||
|
---
|
||||||
|
|
||||||
|
- Task version:
|
||||||
|
- Operating System:
|
||||||
|
|
||||||
|
### Example Taskfile showing the issue
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
|
||||||
|
```
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: Questions, Ideas and General Discussions
|
||||||
|
url: https://github.com/go-task/task/discussions
|
||||||
|
about: Ask questions and discuss general ideas with the community
|
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
name: Feature Request
|
||||||
|
labels: feature
|
||||||
|
---
|
||||||
|
|
||||||
|
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.
|
Loading…
Reference in New Issue
Block a user