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
|
name: Bug Report
|
||||||
description: Use this to report bugs and issues.
|
description: Use this to report bugs and issues.
|
||||||
body:
|
body:
|
||||||
@@ -34,3 +35,4 @@ body:
|
|||||||
placeholder: You description here.
|
placeholder: You description here.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
---
|
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Use this to make feature requests.
|
description: Use this to make feature requests.
|
||||||
body:
|
body:
|
||||||
@@ -15,3 +16,4 @@ body:
|
|||||||
placeholder: You description here.
|
placeholder: You description here.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
---
|
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: Pull Request
|
name: Pull Request
|
||||||
description: Open a pull request.
|
description: Open a pull request.
|
||||||
body:
|
body:
|
||||||
@@ -18,3 +19,4 @@ body:
|
|||||||
placeholder: You description here.
|
placeholder: You description here.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
---
|
Reference in New Issue
Block a user