From 05282e157c8e13e9c6e8fe95f81d80a833c7de8e Mon Sep 17 00:00:00 2001 From: Ivan Kalashnikov Date: Thu, 22 Jan 2026 16:18:46 +0700 Subject: [PATCH] fix(issue-templates): standardize type casing for bug report templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/internal_error_report.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 51d85f707..82b0b2a9b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: 🚨 Bug Report description: Report a bug you encountered. title: '🚨 ' -type: bug +type: Bug body: - type: input diff --git a/.github/ISSUE_TEMPLATE/internal_error_report.yml b/.github/ISSUE_TEMPLATE/internal_error_report.yml index 0ae8891c5..12d929a6f 100644 --- a/.github/ISSUE_TEMPLATE/internal_error_report.yml +++ b/.github/ISSUE_TEMPLATE/internal_error_report.yml @@ -1,7 +1,7 @@ name: 💥 Internal app error description: Internal app error report title: '💥 ' -type: bug +type: Bug body: - type: input