GitHub: Attempt to fix issue templates

This commit is contained in:
Andrey Nering
2022-10-14 20:55:46 -03:00
parent ba9ba63792
commit fbfb4ba9c4
3 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
---
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
---