Merge pull request #5619 from menloresearch/template/goal-yml
fix previous problem with goal.yml template
This commit is contained in:
commit
a41b7114ca
32
.github/ISSUE_TEMPLATE/goal.yml
vendored
32
.github/ISSUE_TEMPLATE/goal.yml
vendored
@ -1,15 +1,27 @@
|
|||||||
---
|
name: "Goal"
|
||||||
name: Goal
|
description: "Communicate externally the roadmap/goal that Jan is heading toward"
|
||||||
about: "Communicate externally the roadmap/goal that Jan is heading toward"
|
|
||||||
title: 'goal: '
|
title: 'goal: '
|
||||||
labels: ''
|
labels: ''
|
||||||
type: Goal
|
type: "Goal"
|
||||||
assignees: freelerobot
|
assignees: freelerobot
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: "Goal"
|
||||||
|
description: "Describe the conten of the goal"
|
||||||
|
|
||||||
---
|
- type: textarea
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: "Tasklist"
|
||||||
|
description: "List of task to complete to reach the goal"
|
||||||
|
|
||||||
## Goal
|
- type: textarea
|
||||||
|
validations:
|
||||||
## Tasklist
|
required: true
|
||||||
|
attributes:
|
||||||
## Out of scope
|
label: "Out of scope"
|
||||||
|
description: "List of things that is out of scope for this goal"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user