Browse Source

Fix issues forms typos (#10796)

pull/10557/head
Max Gautier 10 months ago
committed by GitHub
parent
commit
06a2a3ed6c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. 2
      .github/ISSUE_TEMPLATE/bug-report.yaml
  2. 2
      .github/ISSUE_TEMPLATE/failing-test.yaml

2
.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

2
.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"

Loading…
Cancel
Save