<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
description: File a bug report.
title: "ERROR: "
labels: ["BUG", "Triage"]
labels: ["#BUG", "#HELP"]
projects: ["onsonr/39"]
body:
- type: textarea
+5 -14
View File
@@ -1,7 +1,8 @@
name: Tracking issue
description: Use this template for tracking new features.
title: "(v0.6): FEATURE NAME"
labels: ["OKR"]
labels: ["#TRACK", "#OKR"]
assignees: ["prnk28"]
projects: ["onsonr/37"]
body:
- type: checkboxes
@@ -14,25 +15,15 @@ body:
- type: textarea
attributes:
label: Objective
description: Explain the objective of the feature.
render: markdown
description: Explain the objective of the feature and add any relevant links.
validations:
required: false
- type: textarea
attributes:
label: Task List
description: |
Break down of tasks to complete the objective.
Break down the objective into a list of tasks to be completed.
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:
required: false
+2 -1
View File
@@ -1,7 +1,8 @@
name: Default Todo
description: Break down feature requirements into tasks.
title: "Name of the new task"
labels: ["TODO"]
labels: ["#TODO", "#OKR"]
assignees: ["prnk28"]
projects: ["onsonr/37"]
body:
- type: textarea