mirror of
https://github.com/go-task/task.git
synced 2025-03-17 21:08:01 +02:00
GitHub: Attempt to fix issue templates
This commit is contained in:
parent
ba9ba63792
commit
fbfb4ba9c4
@ -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
|
||||
---
|
Loading…
x
Reference in New Issue
Block a user