1
0
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:
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

@ -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
---

View File

@ -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
---

View File

@ -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
---