From 05683e87a7b69ac26c0b89c7ed04c8e71c0606e8 Mon Sep 17 00:00:00 2001 From: Max Jones <14077947+maxrjones@users.noreply.github.com> Date: Mon, 15 Jun 2026 13:10:56 -0400 Subject: [PATCH] chore: remove deprecated tasklist from GitHub issue template See https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/about-tasklists#about-tasklists, tasklists are retired. --- .github/ISSUE_TEMPLATE/pi-planning-task-list.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/pi-planning-task-list.md b/.github/ISSUE_TEMPLATE/pi-planning-task-list.md index fb1f1f0..3bcd19a 100644 --- a/.github/ISSUE_TEMPLATE/pi-planning-task-list.md +++ b/.github/ISSUE_TEMPLATE/pi-planning-task-list.md @@ -1,13 +1,12 @@ --- name: Task List for PI Planning about: List of tasks for a thorough PI planning process -title: 'PI Planning 25.x Tasks' +title: 'PI Planning 26.x Tasks' labels: assignees: '' --- -```[tasklist] - [ ] Solicit information from VEDA instances on their dataset needs using https://github.com/NASA-IMPACT/titiler-multidim-user-survey/blob/main/.github/ISSUE_TEMPLATE/dataset-needs.md or something comparable - [ ] Complete a brainstorming exercise, such as dumping all ideas and known needs into a document. Include DS VEDA lead. This can start at any time. - [ ] Organize those into various categories of work, such as "Dataset generation", "Community, or "titiler-xarray". This will help identify associated or dependent tasks as well as help team members identify which categories of work they are most interested in. @@ -19,4 +18,3 @@ assignees: '' - [ ] Meet about proposed plan with the project lead at IMPACT (i.e. Brian). This meeting is usually coordinated by the NASA project coordinator for all VEDA sub teams. - [ ] Increment the PI number in the [objective template](https://github.com/NASA-IMPACT/veda-odd/blob/main/.github/ISSUE_TEMPLATE/objective.md) - [ ] Create objective tickets (delegate to owners of each objective). -```