From 3ad2e4b304326f08a0ab5661f676789a76968c2a Mon Sep 17 00:00:00 2001 From: GJS Date: Wed, 26 Mar 2025 07:43:07 +0100 Subject: [PATCH] Renamed and Updated: Rename bug_report.yaml to bug_report.yml and adjust label - Renamed the file `bug_report.yaml` to `bug_report.yml` for consistency with standard YAML file extensions. - Changed the label from `P2-moderate` to `P2-medium` in the file for better alignment with naming conventions. renamed: .github/ISSUE_TEMPLATE/bug_report.yaml -> .github/ISSUE_TEMPLATE/bug_report.yml --- .github/ISSUE_TEMPLATE/{bug_report.yaml => bug_report.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{bug_report.yaml => bug_report.yml} (99%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 99% rename from .github/ISSUE_TEMPLATE/bug_report.yaml rename to .github/ISSUE_TEMPLATE/bug_report.yml index 6aa8581c5..5d99a2a01 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,7 +2,7 @@ name: "🐛 Bug Report" description: "Submit a bug report to help us improve" #title: "[Bug] " -labels: ["bug", "P2-moderate"] +labels: ["bug", "P2-medium"] body: - type: "markdown" attributes: