diff --git a/.github/ISSUE_TEMPLATE/__en-US.md b/.github/ISSUE_TEMPLATE/__en-US.md index 3fcce20d67..ef21231489 100644 --- a/.github/ISSUE_TEMPLATE/__en-US.md +++ b/.github/ISSUE_TEMPLATE/__en-US.md @@ -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 +--- + +**Steps to reproduce the issue:** +1. +2. +3. + +**Run `minikube logs --file=logs.txt` and drag and drop the log file into this issue** + + +**Full output of failed command if not `minikube start`:** +
+ + +
\ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/new-bug.md b/.github/ISSUE_TEMPLATE/new-bug.md new file mode 100644 index 0000000000..bdadf0ed17 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-bug.md @@ -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 \ No newline at end of file