2022-10-14 20:55:46 -03:00
|
|
|
---
|
2022-10-14 20:36:59 -03:00
|
|
|
name: Pull Request
|
2022-10-14 20:58:31 -03:00
|
|
|
about: Open a pull request.
|
2022-10-14 20:36:59 -03:00
|
|
|
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
|
2022-10-14 20:55:46 -03:00
|
|
|
---
|