1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00

fix(.github/ISSUE_TEMPLATE): wrap labels in quotes for bug_report.md and feature_request.md to ensure correct label assignment

This commit is contained in:
kzndotsh 2024-08-24 20:00:25 +00:00
parent 8b7db87899
commit 87b413fb18
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
name: Bug Report
about: Create a report to help us improve
title: "[BUG] - "
labels: type: bug
labels: "type: bug"
assignees: ''
---

View file

@ -2,7 +2,7 @@
name: Feature Request
about: Suggest an idea for this project
title: "[FEATURE] - "
labels: type: feature-request
labels: "type: feature-request"
assignees: ''
---