mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
31 lines
756 B
YAML
31 lines
756 B
YAML
|
title: "[Milestone] "
|
||
|
labels: ["#OKR", "#PLANNING"]
|
||
|
body:
|
||
|
- type: input
|
||
|
id: has-version
|
||
|
attributes:
|
||
|
label: Version
|
||
|
description: A tag for the associated milestone.
|
||
|
placeholder: v0.6.0
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Objective
|
||
|
description: Explain the objective of the OKR in less than 100 characters.
|
||
|
placeholder: Ethereum IBC integration with Sonr.
|
||
|
render: markdown
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Task List
|
||
|
description: |
|
||
|
Break down the objective into a list of tasks to be completed.
|
||
|
value: |
|
||
|
- [ ] #
|
||
|
- [ ] #
|
||
|
- [ ] #
|
||
|
validations:
|
||
|
required: true
|