From 05a74481fa177d526961998492321086515d5aba Mon Sep 17 00:00:00 2001 From: Bui Quang Huy <34532913+LazyYuuki@users.noreply.github.com> Date: Tue, 1 Jul 2025 00:36:25 +0800 Subject: [PATCH] Update goal.yml --- .github/ISSUE_TEMPLATE/goal.yml | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/goal.yml b/.github/ISSUE_TEMPLATE/goal.yml index b732042e6..9a3168cd2 100644 --- a/.github/ISSUE_TEMPLATE/goal.yml +++ b/.github/ISSUE_TEMPLATE/goal.yml @@ -1,15 +1,27 @@ ---- -name: Goal -about: "Communicate externally the roadmap/goal that Jan is heading toward" +name: "Goal" +description: "Communicate externally the roadmap/goal that Jan is heading toward" title: 'goal: ' labels: '' -type: Goal +type: "Goal" assignees: freelerobot +body: + - type: textarea + validations: + required: true + attributes: + label: "Goal" + description: "Describe the conten of the goal" ---- + - type: textarea + validations: + required: true + attributes: + label: "Tasklist" + description: "List of task to complete to reach the goal" -## Goal - -## Tasklist - -## Out of scope + - type: textarea + validations: + required: true + attributes: + label: "Out of scope" + description: "List of things that is out of scope for this goal"