From 9004e5680a78322b9e5d0fe3e7f0b35c75d4d2d7 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Fri, 3 Dec 2021 12:53:37 -0800 Subject: [PATCH] adding an experimental way --- .github/ISSUE_TEMPLATE/__en-US.md | 48 +++++++++++-------------------- .github/ISSUE_TEMPLATE/new-bug.md | 32 +++++++++++++++++++++ 2 files changed, 49 insertions(+), 31 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/new-bug.md 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