mirror of
https://github.com/go-task/task.git
synced 2026-06-15 20:01:40 +00:00
GitHub: Attempt to fix issue templates
This commit is contained in:
22
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
vendored
Normal file
22
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
vendored
Normal 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
|
||||
---
|
||||
Reference in New Issue
Block a user