mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
GitHub: Giving up on fancy templates (sigh)
GitHub is was not showing them and I have no idea why.
This commit is contained in:
47
.github/ISSUE_TEMPLATE/bug_report.md
vendored
47
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,38 +1,15 @@
|
|||||||
---
|
---
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Use this to report bugs and issues.
|
about: Use this to report bugs and issues
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
Thanks for your bug report!
|
|
||||||
|
|
||||||
Before submitting this issue, please make sure the same problem was
|
|
||||||
not already reported by someone else.
|
|
||||||
- type: input
|
|
||||||
id: version
|
|
||||||
attributes:
|
|
||||||
label: Task version
|
|
||||||
description: Which Task version you are using? Use `task --version` to know.
|
|
||||||
placeholder: v0.0.0
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- type: input
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: Operating System
|
|
||||||
description: Which operating system you are using?
|
|
||||||
placeholder: Ubuntu 22.04.1
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: |
|
|
||||||
Please describe the bug you're facing. Consider pasting example
|
|
||||||
Taskfiles showing how to reproduce the problem.
|
|
||||||
placeholder: You description here.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
> Thanks for your bug report!
|
||||||
|
>
|
||||||
|
> Before submitting this issue, please make sure the same problem was
|
||||||
|
> not already reported by someone else.
|
||||||
|
>
|
||||||
|
> Please describe the bug you're facing. Consider pasting example
|
||||||
|
> Taskfiles showing how to reproduce the problem.
|
||||||
|
|
||||||
|
- Task version:
|
||||||
|
- Operating System:
|
||||||
|
26
.github/ISSUE_TEMPLATE/feature_request.md
vendored
26
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -1,19 +1,11 @@
|
|||||||
---
|
---
|
||||||
name: Bug Report
|
name: Feature Request
|
||||||
about: Use this to make feature requests.
|
about: 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
|
> Describe in detail what feature do you want to see in Task.
|
||||||
than a strong feature request, consider opening a
|
> Give examples if possible.
|
||||||
[discussion](https://github.com/go-task/task/discussions) instead.
|
>
|
||||||
placeholder: You description here.
|
> Please, search if this wasn't proposed before, and if this is more like an idea
|
||||||
validations:
|
> than a strong feature request, consider opening a
|
||||||
required: true
|
> [discussion](https://github.com/go-task/task/discussions) instead.
|
||||||
---
|
|
||||||
|
@@ -1,22 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: Pull Request
|
name: Pull Request
|
||||||
about: Open a pull request.
|
about: Open a pull request
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
Thanks for your pull request, we really appreciate contributions!
|
|
||||||
|
|
||||||
Please understand that it may take some time to be reviewed.
|
|
||||||
|
|
||||||
Also, make sure to follow the [Contribution Guide](https://taskfile.dev/contributing/).
|
|
||||||
- type: textarea
|
|
||||||
id: description
|
|
||||||
attributes:
|
|
||||||
label: Description
|
|
||||||
description: |
|
|
||||||
Describe the PR you're opening.
|
|
||||||
placeholder: You description here.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
> Thanks for your pull request, we really appreciate contributions!
|
||||||
|
>
|
||||||
|
> Please understand that it may take some time to be reviewed.
|
||||||
|
>
|
||||||
|
> Also, make sure to follow the [Contribution Guide](https://taskfile.dev/contributing/).
|
||||||
|
Reference in New Issue
Block a user