summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorKevin Wang <kevinwzf0126@gmail.com>2021-02-08 12:14:42 +0800
committerKevin Wang <kevinwzf0126@gmail.com>2021-02-08 12:14:42 +0800
commitf4f8a767853871309ce837dcf67fb299844b636d (patch)
treeb20371e73a96d30280b949d7797ecf4dd0f7593f /.github/ISSUE_TEMPLATE
parentMerge pull request #2559 from zc2638/feat/kubeedge-checksum (diff)
downloadkubeedge-f4f8a767853871309ce837dcf67fb299844b636d.tar.gz
improve issue template format, collapse optional info
Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.md121
-rw-r--r--.github/ISSUE_TEMPLATE/question.md28
2 files changed, 19 insertions, 130 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md
index 293bbfa90..07651cf9e 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.md
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -15,111 +15,24 @@ labels: kind/bug
**Anything else we need to know?**:
**Environment**:
-<details><summary>Kubernets Version</summary>
+- Kubernetes version (use `kubectl version`):
+- KubeEdge version(e.g. `cloudcore --version` and `edgecore --version`):
+- <details><summary>Cloud nodes Environment:</summary>
-```console
-$ kubelet --version
-# paste output here
-$ kubectl version
-# paste output here
-```
+ - Hardware configuration (e.g. `lscpu`):
+ - OS (e.g. `cat /etc/os-release`):
+ - Kernel (e.g. `uname -a`):
+ - Go version (e.g. `go version`):
+ - Others:
-</details>
+ </details>
+- <details><summary>Edge nodes Environment:</summary>
-<details><summary>CloudCore Version</summary>
+ - edgecore version (e.g. `edgecore --version`):
+ - Hardware configuration (e.g. `lscpu`):
+ - OS (e.g. `cat /etc/os-release`):
+ - Kernel (e.g. `uname -a`):
+ - Go version (e.g. `go version`):
+ - Others:
-```console
-$ cloudcore --version
-# paste output here
-```
-
-</details>
-
-<details><summary>EdgeCore Version</summary>
-
-```console
-$ edgecore --version
-# paste output here
-```
-
-</details>
-
-**CloudSide Environment**:
-<details><summary>Hardware configuration</summary>
-
-```console
-$ lscpu
-# paste output here
-```
-
-</details>
-
-<details><summary>OS</summary>
-
-```console
-$ cat /etc/os-release
-# paste output here
-```
-
-</details>
-
-<details><summary>Kernel</summary>
-
-```console
-$ uname -a
-# paste output here
-```
-
-</details>
-
-<details><summary>Go version</summary>
-
-```console
-$ go version
-# paste output here
-```
-
-</details>
-
-<details><summary>Others</summary>
-</details>
-
-**EdgeSide Environment**:
-<details><summary>Hardware configuration</summary>
-
-```console
-$ lscpu
-# paste output here
-```
-
-</details>
-
-<details><summary>OS</summary>
-
-```console
-$ cat /etc/os-release
-# paste output here
-```
-
-</details>
-
-<details><summary>Kernel</summary>
-
-```console
-$ uname -a
-# paste output here
-```
-
-</details>
-
-<details><summary>Go version</summary>
-
-```console
-$ go version
-# paste output here
-```
-
-</details>
-
-<details><summary>Others</summary>
-</details>
+ </details>
diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
index a5f7d0979..2767e37a2 100644
--- a/.github/ISSUE_TEMPLATE/question.md
+++ b/.github/ISSUE_TEMPLATE/question.md
@@ -13,29 +13,5 @@ labels: kind/question
**Anything else we need to know?**:
**Environment**:
-<details><summary>Kubernets Version</summary>
-
-```console
-$ kubectl --version
-# paste output here
-```
-
-</details>
-
-<details><summary>CloudCore Version</summary>
-
-```console
-$ cloudcore --version
-# paste output here
-```
-
-</details>
-
-<details><summary>EdgeCore Version</summary>
-
-```
-$ edgecore --version
-# paste output here
-```
-
-</details>
+- Kubernetes version (use `kubectl version`):
+- KubeEdge version(e.g. `cloudcore --version` and `edgecore --version`):