From a8a1de9ad0ff73b18c54c90e18ddd8ce17836cd0 Mon Sep 17 00:00:00 2001 From: LazyYuuki Date: Tue, 1 Jul 2025 23:45:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20config:=20all=20yml=20to=20md=20?= =?UTF-8?q?for=20issue=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/1-bug-report.md | 1 - .github/ISSUE_TEMPLATE/2-feature-request.md | 11 ++++++++++ .github/ISSUE_TEMPLATE/2-feature-request.yml | 20 ----------------- .github/ISSUE_TEMPLATE/3-epic.md | 12 ++++++++++ .github/ISSUE_TEMPLATE/3-epic.yml | 22 ------------------- .github/ISSUE_TEMPLATE/4-goal.md | 13 +++++++++++ .github/ISSUE_TEMPLATE/4-goal.yml | 23 -------------------- 7 files changed, 36 insertions(+), 66 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/2-feature-request.md delete mode 100644 .github/ISSUE_TEMPLATE/2-feature-request.yml create mode 100644 .github/ISSUE_TEMPLATE/3-epic.md delete mode 100644 .github/ISSUE_TEMPLATE/3-epic.yml create mode 100644 .github/ISSUE_TEMPLATE/4-goal.md delete mode 100644 .github/ISSUE_TEMPLATE/4-goal.yml diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md index 041dcc81f..495adb305 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.md +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -3,7 +3,6 @@ name: 🐛 Bug Report about: If something isn't working as expected 🤔 title: 'bug: ' type: Bug -projects: menloresearch/30 --- **Version:** e.g. 0.5.x-xxx diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.md b/.github/ISSUE_TEMPLATE/2-feature-request.md new file mode 100644 index 000000000..3a6c97232 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-feature-request.md @@ -0,0 +1,11 @@ +--- +name: 🚀 Feature Request +about: Suggest an idea for this project 😻! +title: 'idea: ' +--- + +## Problem Statement + + +## Feature Idea + diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yml b/.github/ISSUE_TEMPLATE/2-feature-request.yml deleted file mode 100644 index 4c1f1decd..000000000 --- a/.github/ISSUE_TEMPLATE/2-feature-request.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: "\U0001F680 Feature Request" -title: 'idea: ' -description: "Suggest an idea for this project \U0001F63B!" -projects: ["menloresearch/30"] -body: - - type: textarea - validations: - required: true - attributes: - label: "Problem Statement" - description: "Describe the problem you're facing" - placeholder: | - I'm always frustrated when ... - - - type: textarea - validations: - required: true - attributes: - label: "Feature Idea" - description: "Describe what you want instead. Examples are welcome!" diff --git a/.github/ISSUE_TEMPLATE/3-epic.md b/.github/ISSUE_TEMPLATE/3-epic.md new file mode 100644 index 000000000..afffc6b5c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-epic.md @@ -0,0 +1,12 @@ +--- +name: 🌟 Epic +about: Major building block that advances Jan's goals +title: 'epic: ' +type: Epic +--- + +## Goal + +## Tasklist + +## Out of scope diff --git a/.github/ISSUE_TEMPLATE/3-epic.yml b/.github/ISSUE_TEMPLATE/3-epic.yml deleted file mode 100644 index 9993db4f8..000000000 --- a/.github/ISSUE_TEMPLATE/3-epic.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: "\U0001F31F Epic" -description: "Major building block that advances Jan's goals" -title: 'epic: ' -type: "Epic" -projects: ["menloresearch/30"] -body: - - type: textarea - validations: - required: true - attributes: - label: "Goal" - description: "Describe the epic's objective and expected impact" - - type: textarea - validations: - required: true - attributes: - label: "Tasklist" - description: "List the key tasks required to complete this epic" - - type: textarea - attributes: - label: "Out of scope" - description: "List items that are explicitly excluded from this epic" diff --git a/.github/ISSUE_TEMPLATE/4-goal.md b/.github/ISSUE_TEMPLATE/4-goal.md new file mode 100644 index 000000000..28b32382a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4-goal.md @@ -0,0 +1,13 @@ +--- +name: 🎯 Goal +about: External communication of Jan's roadmap and objectives +title: 'goal: ' +type: Goal +--- + +## Goal + +## Tasklist + +## Out of scope + diff --git a/.github/ISSUE_TEMPLATE/4-goal.yml b/.github/ISSUE_TEMPLATE/4-goal.yml deleted file mode 100644 index 3ed2acf53..000000000 --- a/.github/ISSUE_TEMPLATE/4-goal.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: "\U0001F3AF Goal" -description: "External communication of Jan's roadmap and objectives" -title: 'goal: ' -type: "Goal" -projects: ["menloresearch/30"] -assignees: freelerobot -body: - - type: textarea - validations: - required: true - attributes: - label: "Goal" - description: "Describe the objective and desired outcome" - - type: textarea - validations: - required: true - attributes: - label: "Tasklist" - description: "List the specific tasks needed to achieve this goal" - - type: textarea - attributes: - label: "Out of scope" - description: "List items that are explicitly excluded from this goal"