Skip to content

Commit

Permalink
Fix issue template format (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Nov 26, 2024
1 parent 27c4763 commit 71aa119
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -13,7 +13,6 @@ body:
Panel.
![ServerConfigPanel](https://github.com/user-attachments/assets/dcda1a24-c8bf-428d-b89d-f3cde3d1b435)
- type: textarea
attributes:
label: App Version
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 71aa119

Please sign in to comment.