From 8e837fc73d2f92144b4ddb233944f7e1334bd2cf Mon Sep 17 00:00:00 2001 From: LazyYuuki Date: Tue, 1 Jul 2025 23:25:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20config:=20from=20yml=20to=20md?= =?UTF-8?q?=20for=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/1-bug-report.md | 31 ++++++++++++++++++ .github/ISSUE_TEMPLATE/1-bug-report.yml | 43 ------------------------- 2 files changed, 31 insertions(+), 43 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/1-bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/1-bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md new file mode 100644 index 000000000..61892fb9d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -0,0 +1,31 @@ +--- +name: 🐛 Bug Report +about: If something isn't working as expected 🤔 +title: 'bug: ' +type: Bug +projects: ["menloresearch/30"] +--- + +## Jan Version + +**Version:** e.g. 0.5.x-xxx + +## Describe the Bug + + + +## Steps to Reproduce + +1. Go to '...' +2. Click on '...' +3. + +## Screenshots / Logs + + + +## Operating System + +- [ ] MacOS +- [ ] Windows +- [ ] Linux diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml deleted file mode 100644 index b429b670a..000000000 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ /dev/null @@ -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