mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
name: Tracking issue
|
|
description: Use this template for tracking new features.
|
|
title: "(v0.6): FEATURE NAME"
|
|
labels: ["OKR"]
|
|
projects: ["onsonr/37"]
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Is this associated with a milestone?
|
|
description: This is a tracking issue for tracking a new feature for a given milestone.
|
|
options:
|
|
- label: I have confirmed this is an OKR tracking issue
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Objective
|
|
description: Explain the objective of the feature.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Task List
|
|
description: |
|
|
Break down of tasks to complete the objective.
|
|
value: |
|
|
- [ ] Task 1
|
|
- [ ] Task 2
|
|
- [ ] Task 3
|
|
render: markdown
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional Resources
|
|
description: |
|
|
Links? References? Anything that will give us more context about the issue you are encountering!
|
|
|
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
|
validations:
|
|
required: false
|