Merge pull request #13079 from medyagh/issue_templates

Add an experiment with the "new github issue template"
pull/13081/head
Medya Ghazizadeh 2021-12-03 13:18:18 -08:00 committed by GitHub
commit ca444eb683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

32
.github/ISSUE_TEMPLATE/experimental.md vendored Normal file
View File

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