From 0e2a00e006631ad3bff649e36e3bc25af2f45a77 Mon Sep 17 00:00:00 2001 From: Bui Quang Huy <34532913+LazyYuuki@users.noreply.github.com> Date: Tue, 1 Jul 2025 09:58:36 +0800 Subject: [PATCH 1/3] Create epic.yml --- .github/ISSUE_TEMPLATE/epic.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/epic.yml diff --git a/.github/ISSUE_TEMPLATE/epic.yml b/.github/ISSUE_TEMPLATE/epic.yml new file mode 100644 index 000000000..a1364c049 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/epic.yml @@ -0,0 +1,24 @@ +name: "\U0001F31F Epic" +description: "Major building block that push us toward Jan Goal" +title: 'goal: ' +type: "Epic" +projects: ["menloresearch/30"] +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" + + - type: textarea + attributes: + label: "Out of scope" + description: "List of things that is out of scope for this goal" From 041fc2b33077244d64d9c29e40ef3a4fbce5525b Mon Sep 17 00:00:00 2001 From: Bui Quang Huy <34532913+LazyYuuki@users.noreply.github.com> Date: Tue, 1 Jul 2025 10:01:11 +0800 Subject: [PATCH 2/3] Update .github/ISSUE_TEMPLATE/epic.yml Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/epic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/epic.yml b/.github/ISSUE_TEMPLATE/epic.yml index a1364c049..580187c7b 100644 --- a/.github/ISSUE_TEMPLATE/epic.yml +++ b/.github/ISSUE_TEMPLATE/epic.yml @@ -9,7 +9,7 @@ body: required: true attributes: label: "Goal" - description: "Describe the conten of the goal" + description: "Describe the content of the goal" - type: textarea validations: From f62290cb0002cb43dcfda07523dc573f86f79bf8 Mon Sep 17 00:00:00 2001 From: Bui Quang Huy <34532913+LazyYuuki@users.noreply.github.com> Date: Tue, 1 Jul 2025 10:01:27 +0800 Subject: [PATCH 3/3] Update .github/ISSUE_TEMPLATE/epic.yml Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/epic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/epic.yml b/.github/ISSUE_TEMPLATE/epic.yml index 580187c7b..66346c33a 100644 --- a/.github/ISSUE_TEMPLATE/epic.yml +++ b/.github/ISSUE_TEMPLATE/epic.yml @@ -16,7 +16,7 @@ body: required: true attributes: label: "Tasklist" - description: "List of task to complete to reach the goal" + description: "List of tasks to complete to reach the goal" - type: textarea attributes: