Compare commits

..

3 Commits
1.1.0 ... 1.2.0

Author SHA1 Message Date
Guilherme Oenning
c0762164ca Update feature_request.yml 2023-02-03 09:57:36 +00:00
Guilherme Oenning
6909398937 Update bug_report.yml 2023-02-03 09:56:27 +00:00
Guilherme Oenning
dd07f7103d simplified bug report form 2023-01-30 19:12:02 +00:00
2 changed files with 5 additions and 26 deletions

View File

@@ -15,26 +15,11 @@ body:
- type: textarea
attributes:
label: Additional context
description: "Add any other context about the problem here. Please share screenshots where possible."
- type: textarea
attributes:
label: Operating System
label: Environment & Operating System
description: |
What OS are you using?
What OS are you using? What Kubernetes version/distribution is it?
placeholder: |
macOS Catalina? Windows 10? Ubuntu Linux?
Be as specific as possible.
validations:
required: true
- type: textarea
attributes:
label: Environment
description: |
What's the kubernetes version?
placeholder: |
Output of `kubectl version --output=yaml`
Kubernetes 1.26? 1.24? EKS? GKE? OpenShift? Vanilla?
validations:
required: true

View File

@@ -4,16 +4,10 @@ labels: ["feature request"]
body:
- type: markdown
attributes:
value: Thanks for taking the time to suggest a new feature! Please fill out this form as completely as possible.
value: Thanks for taking the time to suggest a new feature!
- type: textarea
attributes:
label: What problem are you trying to solve?
description: |
A concise description of what the problem is.
label: What problem are you trying to solve? Do you a suggestion on how to solve it?
validations:
required: true
- type: textarea
attributes:
label: Describe the solution you'd like