From 06a2a3ed6cf6ee072289b384081626b1bebc7e40 Mon Sep 17 00:00:00 2001
From: Max Gautier <mg@max.gautier.name>
Date: Mon, 15 Jan 2024 12:28:56 +0100
Subject: [PATCH] Fix issues forms typos (#10796)

---
 .github/ISSUE_TEMPLATE/bug-report.yaml   | 2 +-
 .github/ISSUE_TEMPLATE/failing-test.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml
index 20aed31a8..0a2ceda9a 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yaml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yaml
@@ -1,6 +1,6 @@
 ---
 name: Bug Report
-description: Report a bug encountered while operating Kubernetes
+description: Report a bug encountered while using Kubespray
 labels: kind/bug
 body:
   - type: markdown
diff --git a/.github/ISSUE_TEMPLATE/failing-test.yaml b/.github/ISSUE_TEMPLATE/failing-test.yaml
index 9a19d8485..94eb1bb78 100644
--- a/.github/ISSUE_TEMPLATE/failing-test.yaml
+++ b/.github/ISSUE_TEMPLATE/failing-test.yaml
@@ -28,7 +28,7 @@ body:
       required: true
 
   - type: textarea
-    id: failing_tests
+    id: failure_reason
     attributes:
       label: Reason for failure
       description: If you don't know and have no guess, just put "Unknown"
-- 
GitLab