File tree Expand file tree Collapse file tree 3 files changed +28
-71
lines changed
Expand file tree Collapse file tree 3 files changed +28
-71
lines changed Original file line number Diff line number Diff line change 11---
22name : Bug Report
3- about : Use this to report bugs and issues.
4- body :
5- - type : markdown
6- attributes :
7- value : |
8- Thanks for your bug report!
9-
10- Before submitting this issue, please make sure the same problem was
11- not already reported by someone else.
12- - type : input
13- id : version
14- attributes :
15- label : Task version
16- description : Which Task version you are using? Use `task --version` to know.
17- placeholder : v0.0.0
18- validations :
19- required : false
20- - type : input
21- id : os
22- attributes :
23- label : Operating System
24- description : Which operating system you are using?
25- placeholder : Ubuntu 22.04.1
26- validations :
27- required : false
28- - type : textarea
29- id : description
30- attributes :
31- label : Description
32- description : |
33- Please describe the bug you're facing. Consider pasting example
34- Taskfiles showing how to reproduce the problem.
35- placeholder : You description here.
36- validations :
37- required : true
3+ about : Use this to report bugs and issues
384---
5+
6+ > Thanks for your bug report!
7+ >
8+ > Before submitting this issue, please make sure the same problem was
9+ > not already reported by someone else.
10+ >
11+ > Please describe the bug you're facing. Consider pasting example
12+ > Taskfiles showing how to reproduce the problem.
13+
14+ - Task version:
15+ - Operating System:
Original file line number Diff line number Diff line change 11---
2- name : Bug Report
3- about : Use this to make feature requests.
4- body :
5- - type : textarea
6- id : description
7- attributes :
8- label : Description
9- description : |
10- Describe in detail what feature do you want to see in Task.
11- Give examples if possible.
12-
13- Please, search if this wasn't proposed before, and if this is more like an idea
14- than a strong feature request, consider opening a
15- [discussion](https://github.com/go-task/task/discussions) instead.
16- placeholder : You description here.
17- validations :
18- required : true
2+ name : Feature Request
3+ about : Use this to make feature requests
194---
5+
6+ > Describe in detail what feature do you want to see in Task.
7+ > Give examples if possible.
8+ >
9+ > Please, search if this wasn't proposed before, and if this is more like an idea
10+ > than a strong feature request, consider opening a
11+ > [ discussion] ( https://github.com/go-task/task/discussions ) instead.
Original file line number Diff line number Diff line change 11---
22name : Pull Request
3- about : Open a pull request.
4- body :
5- - type : markdown
6- attributes :
7- value : |
8- Thanks for your pull request, we really appreciate contributions!
9-
10- Please understand that it may take some time to be reviewed.
11-
12- Also, make sure to follow the [Contribution Guide](https://taskfile.dev/contributing/).
13- - type : textarea
14- id : description
15- attributes :
16- label : Description
17- description : |
18- Describe the PR you're opening.
19- placeholder : You description here.
20- validations :
21- required : true
3+ about : Open a pull request
224---
5+
6+ > Thanks for your pull request, we really appreciate contributions!
7+ >
8+ > Please understand that it may take some time to be reviewed.
9+ >
10+ > Also, make sure to follow the [ Contribution Guide] ( https://taskfile.dev/contributing/ ) .
You can’t perform that action at this time.
0 commit comments