1
0
mirror of https://github.com/go-task/task.git synced 2025-01-12 04:34:11 +02:00

GitHub: Improving our issue & PR templates

This commit is contained in:
Andrey Nering 2022-10-14 20:36:59 -03:00
parent 460b89ce51
commit ba9ba63792
6 changed files with 77 additions and 25 deletions

View File

@ -1,13 +0,0 @@
---
name: Bug Report
about: Use the template to report bugs and issues
---
- Task version:
- Operating System:
### Example Taskfile showing the issue
```yaml
```

36
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@ -0,0 +1,36 @@
name: Bug Report
description: 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

View File

@ -1,5 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Help forum on Discord
url: https://discord.com/channels/974121106208354339/1025054680289660989
about: 'The Discord #help channel is the best way to get help from the community.'
- name: Questions, Ideas and General Discussions
url: https://github.com/go-task/task/discussions
about: Ask questions and discuss general ideas with the community
about: Ask questions and discuss general ideas with the community.

View File

@ -1,11 +0,0 @@
---
name: Feature Request
about: Use the template to make feature requests
---
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.

View File

@ -0,0 +1,17 @@
name: Bug Report
description: 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
than a strong feature request, consider opening a
[discussion](https://github.com/go-task/task/discussions) instead.
placeholder: You description here.
validations:
required: true

View File

@ -0,0 +1,20 @@
name: Pull Request
description: 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