Merge pull request #13079 from medyagh/issue_templates
Add an experiment with the "new github issue template"pull/13081/head
commit
ca444eb683
|
@ -0,0 +1,32 @@
|
|||
name: Create a Bug (English)
|
||||
description: Report an issue in English
|
||||
body:
|
||||
- type: markdown
|
||||
id: problem
|
||||
attributes:
|
||||
label: What Happened?
|
||||
description: |
|
||||
Tip: Add the "--alsologtostderr" flag to the command-line for more logs
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
id: logs
|
||||
attributes:
|
||||
label: Attach the log file
|
||||
description: |
|
||||
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 System
|
||||
description: What is your OS?
|
||||
options:
|
||||
- macOS (Default)
|
||||
- Windows
|
||||
- Ubuntu
|
||||
- Redhat/Fedora
|
||||
- Other
|
||||
validations:
|
||||
required: false
|
Loading…
Reference in New Issue