You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before submitting, please check the list of [existing issues](https://github.com/go-task/task/issues) and make sure the same bug was not already reported by someone else.
11
+
12
+
- type: textarea
13
+
id: description
14
+
attributes:
15
+
label: Description
16
+
description: Describe the bug you're seeing.
17
+
placeholder: |
18
+
- What did you do?
19
+
- What did you expect to happen?
20
+
- What happened instead?
21
+
validations:
22
+
required: true
23
+
24
+
- type: input
25
+
id: version
26
+
attributes:
27
+
label: Version
28
+
description: What version(s) of Task is the issue occurring on?
29
+
validations:
30
+
required: true
31
+
32
+
- type: input
33
+
id: os
34
+
attributes:
35
+
label: Operating system
36
+
description: What operating system(s) is the issue occurring on?
37
+
validations:
38
+
required: true
39
+
40
+
- type: dropdown
41
+
id: experiments
42
+
attributes:
43
+
label: Experiments Enabled
44
+
description: Do you have any of the following experiments enabled?
45
+
multiple: true
46
+
options:
47
+
- Env Precedence
48
+
- Gentle Force
49
+
- Map Variables
50
+
- Remote Taskfiles
51
+
validations:
52
+
required: false
53
+
54
+
- type: textarea
55
+
id: logs
56
+
attributes:
57
+
label: Example Taskfile
58
+
description: |
59
+
If you have a Taskfile that reproduces the issue, please paste it here.
60
+
This will be automatically formatted into code, so no need for backticks.
description: Suggest a new feature or enhancement for Task.
3
+
labels: ['state: needs-triage']
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
Thanks for your feature request!
9
+
10
+
Before submitting, please check the list of [existing issues](https://github.com/go-task/task/issues) and make sure the same change was not already requested by someone else.
11
+
If your request is more of an idea than a feature request, consider opening a [discussion](https://github.com/go-task/task/discussions) instead.
12
+
13
+
- type: textarea
14
+
id: description
15
+
attributes:
16
+
label: Description
17
+
description: Describe the feature/enhancement you want to see in Task.
18
+
placeholder: |
19
+
- Give a general overview of the feature/enhancement.
0 commit comments