diff options
| author | zhangjie <iamkadisi@163.com> | 2019-09-27 19:06:46 +0800 |
|---|---|---|
| committer | zhangjie <iamkadisi@163.com> | 2019-09-30 22:01:47 +0800 |
| commit | 23061f72bf355e5f64961fc29cb75bf32377e26d (patch) | |
| tree | fd67a4dc1ac7c5dcf785dddb633e605c7049f089 /.github/ISSUE_TEMPLATE | |
| parent | Merge pull request #1146 from kadisi/admmissioncontroller (diff) | |
| download | kubeedge-23061f72bf355e5f64961fc29cb75bf32377e26d.tar.gz | |
Improve the environment information for bug report
Signed-off-by: zhangjie <iamkadisi@163.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.md | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index f498a063e..33f55fe89 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -6,8 +6,6 @@ labels: kind/bug --- <!-- Please use this template while reporting a bug and provide as much info as possible. Thanks!--> - - **What happened**: **What you expected to happen**: @@ -17,8 +15,19 @@ labels: kind/bug **Anything else we need to know?**: **Environment**: -- KubeEdge version: -- Hardware configuration: -- OS (e.g. from /etc/os-release): +- KubeEdge version(e.g. `cloudcore/edgecore --version`): + +**CloudSide Environment**: +- Hardware configuration (e.g. `lscpu`): +- OS (e.g. `cat /etc/os-release`): +- Kernel (e.g. `uname -a`): +- Go version (e.g. `go version`): +- Others: + +**EdgeSide Environment**: +- 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: |
