🔧 config: from yml to md for template

This commit is contained in:
LazyYuuki 2025-07-01 23:25:08 +08:00
parent ac6d683733
commit 8e837fc73d
2 changed files with 31 additions and 43 deletions

31
.github/ISSUE_TEMPLATE/1-bug-report.md vendored Normal file
View File

@ -0,0 +1,31 @@
---
name: 🐛 Bug Report
about: If something isn't working as expected 🤔
title: 'bug: '
type: Bug
projects: ["menloresearch/30"]
---
## Jan Version
<!-- Tip: The version is in the app's bottom right corner -->
**Version:** e.g. 0.5.x-xxx
## Describe the Bug
<!-- A clear & concise description of the bug -->
## Steps to Reproduce
<!-- Please list out steps to reproduce the issue -->
1. Go to '...'
2. Click on '...'
3.
## Screenshots / Logs
<!-- You can find logs in: ~/jan/logs/app.logs -->
## Operating System
<!-- Please check your OS -->
- [ ] MacOS
- [ ] Windows
- [ ] Linux

View File

@ -1,43 +0,0 @@
name: "\U0001F41B Bug Report"
title: 'bug: '
description: "If something isn't working as expected \U0001F914"
type: "Bug"
projects: ["menloresearch/30"]
body:
- type: input
validations:
required: true
attributes:
label: "Jan version"
description: "**Tip:** The version is in the app's bottom right corner"
placeholder: "e.g. 0.5.x-xxx"
- type: textarea
validations:
required: true
attributes:
label: "Describe the Bug"
description: "A clear & concise description of the bug"
- type: textarea
attributes:
label: "Steps to Reproduce"
description: |
Please list out steps to reproduce the issue
placeholder: |
1. Go to '...'
2. Click on '...'
- type: textarea
attributes:
label: "Screenshots / Logs"
description: |
You can find logs in: ~/jan/logs/app.logs
- type: checkboxes
attributes:
label: "What is your OS?"
options:
- label: MacOS
- label: Windows
- label: Linux