Updating bug template
parent
f7fef4dfdd
commit
b839ec1228
|
@ -13,13 +13,29 @@ body:
|
||||||
You should only use this form to report issues with deploying Kubernetes The Hard Way.
|
You should only use this form to report issues with deploying Kubernetes The Hard Way.
|
||||||
Please *do not* use this form to ask questions about courses or exams, issues with courses, lecture requests etc.
|
Please *do not* use this form to ask questions about courses or exams, issues with courses, lecture requests etc.
|
||||||
Use instead the KodeKloud Forum https://kodekloud.com/community/ as you will get a much faster answer there.
|
Use instead the KodeKloud Forum https://kodekloud.com/community/ as you will get a much faster answer there.
|
||||||
- type: textarea
|
- type: dropdown
|
||||||
id: workstation
|
id: workstation
|
||||||
attributes:
|
attributes:
|
||||||
label: Your Workstation
|
label: Your Workstation
|
||||||
description: "Please tell us your PC/Mac/Laptop spec, for example:"
|
description: "Please tell us what kind of machine you have"
|
||||||
placeholder: "Specification"
|
multiple: false
|
||||||
value: Windows 10 Laptop, 16 GB RAM, 8 core i7 CPU
|
options:
|
||||||
|
- Windows (10 or 11)
|
||||||
|
- Intel Mac
|
||||||
|
- Apple Silicon Mac (M1/M2/M3)
|
||||||
|
- Other (specify in What Happened box)
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: ram
|
||||||
|
attributes:
|
||||||
|
label: System Memory
|
||||||
|
description: "Please tell us how much memory your system has"
|
||||||
|
multiple: false
|
||||||
|
options:
|
||||||
|
- Less than 8GB
|
||||||
|
- 8 - 15GB
|
||||||
|
- 16GB or more
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
Loading…
Reference in New Issue