mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
chore: Update issue template labels to array format for consistency
This commit is contained in:
parent
64ff6b8253
commit
3ca03db184
2 changed files with 2 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -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:
|
||||||
|
|
|
@ -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: ''
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue