Skip to content

Commit 3429cdd

Browse files
committed
GitHub: Giving up on fancy templates (sigh)
GitHub is was not showing them and I have no idea why.
1 parent a1cd8ea commit 3429cdd

File tree

3 files changed

+28
-71
lines changed

3 files changed

+28
-71
lines changed
Lines changed: 12 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,15 @@
11
---
22
name: 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:
Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
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.
Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
---
22
name: 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/).

0 commit comments

Comments
 (0)