adding an experimental way
parent
8afe1be403
commit
9004e5680a
|
|
@ -1,33 +1,19 @@
|
|||
---
|
||||
name: English
|
||||
description: Report an issue in English
|
||||
body:
|
||||
- type: markdown
|
||||
id: problem
|
||||
attributes:
|
||||
label: What Happend?
|
||||
description: |
|
||||
Tip: Add the "--alsologtostderr" flag to the command-line for more logs
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
id: problem
|
||||
attributes:
|
||||
description: |
|
||||
label: Attach log file
|
||||
Tip: Run `minikube logs --file=log.txt`) then drag & drop `log.txt` file to the browser.
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: Operating system
|
||||
attributes:
|
||||
label: Operating Syste,
|
||||
description: What is your OS ?
|
||||
options:
|
||||
- MacOs (Default)
|
||||
- Windows
|
||||
- Ubuntu
|
||||
- Redhat/Fedora
|
||||
- Other
|
||||
validations:
|
||||
required: false
|
||||
about: Report an issue
|
||||
---
|
||||
<!--- Please include the "minikube start" command you used in your reproduction steps --->
|
||||
**Steps to reproduce the issue:**
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
**Run `minikube logs --file=logs.txt` and drag and drop the log file into this issue**
|
||||
|
||||
<!--- TIP: Add the "--alsologtostderr" flag to the command-line for more logs --->
|
||||
**Full output of failed command if not `minikube start`:**
|
||||
<details>
|
||||
|
||||
|
||||
</details>
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
name: English
|
||||
description: Report an issue in English
|
||||
body:
|
||||
- type: markdown
|
||||
id: problem
|
||||
attributes:
|
||||
label: What Happend?
|
||||
description: |
|
||||
Tip: Add the "--alsologtostderr" flag to the command-line for more logs
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
id: problem
|
||||
attributes:
|
||||
description: |
|
||||
label: Attach log file
|
||||
Tip: Run `minikube logs --file=log.txt`) then drag & drop `log.txt` file to the browser.
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: Operating system
|
||||
attributes:
|
||||
label: Operating Syste,
|
||||
description: What is your OS ?
|
||||
options:
|
||||
- MacOs (Default)
|
||||
- Windows
|
||||
- Ubuntu
|
||||
- Redhat/Fedora
|
||||
- Other
|
||||
validations:
|
||||
required: false
|
||||
Loading…
Reference in New Issue