chore: Update issue template labels to array format for consistency

This commit is contained in:
Yury Pikhtarev 2025-06-21 11:07:45 +04:00
commit 3ca03db184
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
name: Bug Report name: Bug Report
description: File a bug report description: File a bug report
title: "[Bug]" title: "[Bug]"
labels: Bug labels: [Bug]
body: body:
- type: markdown - type: markdown
attributes: attributes:

View file

@ -2,6 +2,6 @@
name: Feature / Enhancement request name: Feature / Enhancement request
about: Suggest an idea for TorrentPier about: Suggest an idea for TorrentPier
title: "[Feature]" title: "[Feature]"
labels: Feature, Enhancement labels: [Feature, Enhancement]
assignees: '' assignees: ''
--- ---