mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
GitHub: Attempt to fix issue templates
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Bug Report
|
||||
description: Use this to report bugs and issues.
|
||||
body:
|
||||
@@ -34,3 +35,4 @@ body:
|
||||
placeholder: You description here.
|
||||
validations:
|
||||
required: true
|
||||
---
|
@@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Bug Report
|
||||
description: Use this to make feature requests.
|
||||
body:
|
||||
@@ -15,3 +16,4 @@ body:
|
||||
placeholder: You description here.
|
||||
validations:
|
||||
required: true
|
||||
---
|
@@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Pull Request
|
||||
description: Open a pull request.
|
||||
body:
|
||||
@@ -18,3 +19,4 @@ body:
|
||||
placeholder: You description here.
|
||||
validations:
|
||||
required: true
|
||||
---
|
Reference in New Issue
Block a user