adding an experimental way

pull/13079/head
Medya Gh 2021-12-03 12:53:37 -08:00
parent 8afe1be403
commit 9004e5680a
2 changed files with 49 additions and 31 deletions

View File

@ -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>

32
.github/ISSUE_TEMPLATE/new-bug.md vendored Normal file
View File

@ -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