From 942a3d619586db288c8602ef814c1f4add4ed328 Mon Sep 17 00:00:00 2001 From: Nicole Zhu Date: Wed, 25 Jun 2025 14:42:49 +0800 Subject: [PATCH] chore: update issue templates for goals --- .github/ISSUE_TEMPLATE/goal.md | 16 ++++++++++++++ .github/ISSUE_TEMPLATE/roadmap.md | 35 ------------------------------- 2 files changed, 16 insertions(+), 35 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/goal.md delete mode 100644 .github/ISSUE_TEMPLATE/roadmap.md diff --git a/.github/ISSUE_TEMPLATE/goal.md b/.github/ISSUE_TEMPLATE/goal.md new file mode 100644 index 000000000..f5f5f4dff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/goal.md @@ -0,0 +1,16 @@ +--- +name: Goal +about: Team-wide Quarterly Goals for Jan +title: 'goal: ' +labels: '' +assignees: freelerobot + +--- + +## Goal + +## Motivation + +## Key Outcomes + +## Related Epics diff --git a/.github/ISSUE_TEMPLATE/roadmap.md b/.github/ISSUE_TEMPLATE/roadmap.md deleted file mode 100644 index 7947f31bf..000000000 --- a/.github/ISSUE_TEMPLATE/roadmap.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Roadmap -about: Plan Roadmap items with subtasks -title: 'roadmap: ' -labels: 'type: planning' -assignees: '' - ---- - -## Goal - -## Tasklist - -### Frontend -- [ ] link to janhq/jan epics - -**Bugs** -- [ ] link to bugs - -### Backend -- [ ] link to janhq/cortex.cpp epics - -**Bugs** -- [ ] link to bug issues - -### Infra -- [ ] link to infra issues - -### Administrative / Management -- [ ] link to infra issues - -### Marketing - -------- -## Resources