From 89e5d6cbebb9678bf7e41672973aa2379d9030a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Tue, 4 Nov 2025 23:57:58 +0900 Subject: [PATCH] docs: add missing `json5` language to the `bug-report.yml` --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9b18a96..1097f6b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -29,6 +29,7 @@ body: options: - json - jsonc + - json5 validations: required: true - type: textarea