🔧 config: all yml to md for issue template

This commit is contained in:
LazyYuuki 2025-07-01 23:45:44 +08:00
parent 5690c43633
commit a8a1de9ad0
7 changed files with 36 additions and 66 deletions

View File

@ -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

View File

@ -0,0 +1,11 @@
---
name: 🚀 Feature Request
about: Suggest an idea for this project 😻!
title: 'idea: '
---
## Problem Statement
<!-- Describe the problem you're facing -->
## Feature Idea
<!-- Describe what you want instead. Examples are welcome! -->

View File

@ -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!"

12
.github/ISSUE_TEMPLATE/3-epic.md vendored Normal file
View File

@ -0,0 +1,12 @@
---
name: 🌟 Epic
about: Major building block that advances Jan's goals
title: 'epic: '
type: Epic
---
## Goal
## Tasklist
## Out of scope

View File

@ -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"

13
.github/ISSUE_TEMPLATE/4-goal.md vendored Normal file
View File

@ -0,0 +1,13 @@
---
name: 🎯 Goal
about: External communication of Jan's roadmap and objectives
title: 'goal: '
type: Goal
---
## Goal
## Tasklist
## Out of scope

View File

@ -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"