mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
<no value>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: File a bug report.
|
description: File a bug report.
|
||||||
title: "ERROR: "
|
title: "ERROR: "
|
||||||
labels: ["BUG", "Triage"]
|
labels: ["#BUG", "#HELP"]
|
||||||
projects: ["onsonr/39"]
|
projects: ["onsonr/39"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
name: Tracking issue
|
name: Tracking issue
|
||||||
description: Use this template for tracking new features.
|
description: Use this template for tracking new features.
|
||||||
title: "(v0.6): FEATURE NAME"
|
title: "(v0.6): FEATURE NAME"
|
||||||
labels: ["OKR"]
|
labels: ["#TRACK", "#OKR"]
|
||||||
|
assignees: ["prnk28"]
|
||||||
projects: ["onsonr/37"]
|
projects: ["onsonr/37"]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
@@ -14,25 +15,15 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Objective
|
label: Objective
|
||||||
description: Explain the objective of the feature.
|
description: Explain the objective of the feature and add any relevant links.
|
||||||
render: markdown
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Task List
|
label: Task List
|
||||||
description: |
|
description: |
|
||||||
Break down of tasks to complete the objective.
|
Break down the objective into a list of tasks to be completed.
|
||||||
value: |
|
value: |
|
||||||
- [ ] Task 1
|
- [ ]
|
||||||
- [ ] Task 2
|
|
||||||
- [ ] Task 3
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Additional Resources
|
|
||||||
description: |
|
|
||||||
Provide additional context relevant to the feature.
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
name: Default Todo
|
name: Default Todo
|
||||||
description: Break down feature requirements into tasks.
|
description: Break down feature requirements into tasks.
|
||||||
title: "Name of the new task"
|
title: "Name of the new task"
|
||||||
labels: ["TODO"]
|
labels: ["#TODO", "#OKR"]
|
||||||
|
assignees: ["prnk28"]
|
||||||
projects: ["onsonr/37"]
|
projects: ["onsonr/37"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|||||||
Reference in New Issue
Block a user