diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 56cb59e2a..9911c3d30 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/okr.yml b/.github/ISSUE_TEMPLATE/okr.yml index a644651ae..cf6733517 100644 --- a/.github/ISSUE_TEMPLATE/okr.yml +++ b/.github/ISSUE_TEMPLATE/okr.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/todo.yml b/.github/ISSUE_TEMPLATE/todo.yml index f25fb80d4..140e19d6c 100644 --- a/.github/ISSUE_TEMPLATE/todo.yml +++ b/.github/ISSUE_TEMPLATE/todo.yml @@ -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