<no value>

This commit is contained in:
Prad Nukala
2024-10-04 00:16:21 -04:00
parent 3adf42925d
commit 5e74045f3d
3 changed files with 8 additions and 16 deletions
+1 -1
View File
@@ -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
+5 -14
View File
@@ -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
+2 -1
View File
@@ -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