From e888e63e741d59739add6dbfafe2d358aeb6fcf2 Mon Sep 17 00:00:00 2001 From: huchenlei Date: Mon, 25 Nov 2024 19:20:23 -0500 Subject: [PATCH] Fix issue template format --- .github/ISSUE_TEMPLATE/bug-report.yaml | 5 ++--- .github/ISSUE_TEMPLATE/feature-request.yaml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 1a4c8d62..5eeb61df 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,6 +1,6 @@ name: Bug Report -description: "Something is not behaving as expected." -title: "[Bug]: " +description: 'Something is not behaving as expected.' +title: '[Bug]: ' labels: ['Potential Bug'] body: - type: markdown @@ -13,7 +13,6 @@ body: Panel. ![ServerConfigPanel](https://github.com/user-attachments/assets/dcda1a24-c8bf-428d-b89d-f3cde3d1b435) - - type: textarea attributes: label: App Version diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml index 1567a168..75c32321 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -1,7 +1,7 @@ name: Feature Request description: Suggest an idea for this project -title: "[Feature Request]: " -labels: ["enhancement"] +title: '[Feature Request]: ' +labels: ['enhancement'] body: - type: checkboxes