Browse Source

Fix issues forms typos (#10796)

pull/10557/head
Max Gautier 1 year 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 name: Bug Report
description: Report a bug encountered while operating Kubernetes
description: Report a bug encountered while using Kubespray
labels: kind/bug labels: kind/bug
body: body:
- type: markdown - type: markdown

2
.github/ISSUE_TEMPLATE/failing-test.yaml

@ -28,7 +28,7 @@ body:
required: true required: true
- type: textarea - type: textarea
id: failing_tests
id: failure_reason
attributes: attributes:
label: Reason for failure label: Reason for failure
description: If you don't know and have no guess, just put "Unknown" description: If you don't know and have no guess, just put "Unknown"

Loading…
Cancel
Save