From 73b58747d7e49153d7146f5c94ef7e2bb46f19ff Mon Sep 17 00:00:00 2001 From: Qingchuan Hao Date: Wed, 10 Jun 2020 17:39:23 +0800 Subject: [PATCH 1/3] Simply issue template --- .github/ISSUE_TEMPLATE.md | 50 +++++++-------------------------------- 1 file changed, 8 insertions(+), 42 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f3b52c295b..b11bac6355 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,33 +1,3 @@ - - -**Is this a request for help?**: - ---- - -**Is this an ISSUE or FEATURE REQUEST?** (choose one): - ---- - -**Which release version?**: - ---- - -**Which component (CNI/IPAM/CNM/CNS)**: - ---- - -**Which Operating System (Linux/Windows)**: - ---- - -**For Linux: Include Distro and kernel version using "uname -a"** - ---- - -**For windows: provide output of "$(Get-ItemProperty -Path "C:\windows\system32\hal.dll").VersionInfo.FileVersion"** - ---- - -**Which Orchestrator and version (e.g. Kubernetes, Docker)** - ---- +**Is this an ISSUE or FEATURE REQUEST?**: **What happened**: ---- - **What you expected to happen**: ---- - -**How to reproduce it** (as minimally and precisely as possible): - ---- +**How to reproduce it**: -**Anything else we need to know**: +**Anything else we need to know?**: ---- +**Environment**: +- orchestrator and version (e.g. Kubernetes, Docker): +- component and version (CNI/IPAM/CNM/CNS): +- operation system (Linux/Windows): +- Kernel (e.g. `uanme -a` for Linux or `$(Get-ItemProperty -Path "C:\windows\system32\hal.dll").VersionInfo.FileVersion` for Windows): \ No newline at end of file From 66ad2810e79786ef147416279f7132c875e3225b Mon Sep 17 00:00:00 2001 From: Qingchuan Hao Date: Wed, 17 Jun 2020 09:34:30 +0800 Subject: [PATCH 2/3] Use issue template builder --- .github/ISSUE_TEMPLATE.md | 29 ----------------------- .github/ISSUE_TEMPLATE/bug_report.md | 22 +++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++ 3 files changed, 39 insertions(+), 29 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index b11bac6355..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,29 +0,0 @@ - - -**Is this an ISSUE or FEATURE REQUEST?**: - -**What happened**: - -**What you expected to happen**: - -**How to reproduce it**: - -**Anything else we need to know?**: - -**Environment**: -- orchestrator and version (e.g. Kubernetes, Docker): -- component and version (CNI/IPAM/CNM/CNS): -- operation system (Linux/Windows): -- Kernel (e.g. `uanme -a` for Linux or `$(Get-ItemProperty -Path "C:\windows\system32\hal.dll").VersionInfo.FileVersion` for Windows): \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..5d7cdd6a9b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +name: 'Bug Report' +about: Create a report to help us improve + +--- + + +**What happened**: + +**What you expected to happen**: + +**How to reproduce it**: + +**Anything else we need to know?**: +[Miscellaneous information that will assist in solving the issue.] + + +**Environment**: +- orchestrator and version (e.g. Kubernetes, Docker): +- component and version (CNI/IPAM/CNM/CNS): +- operation system (Linux/Windows): +- Kernel (e.g. `uanme -a` for Linux or `$(Get-ItemProperty -Path "C:\windows\system32\hal.dll").VersionInfo.FileVersion` for Windows): diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..1d7a15e2af --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: 'Feature request' +about: Suggest an idea for this project. + +--- + +**Describe in detail the feature/behavior/change you'd like to see:** + + +**Anything else you would like to add:** +[Miscellaneous information that will assist in solving the issue.] + + +**Environment:** +- orchestrator and version (e.g. Kubernetes, Docker): +- component and version (CNI/IPAM/CNM/CNS): +- operation system (Linux/Windows): From 50a7e2415cf58b45ebe051b0311b8cac80ad2d8a Mon Sep 17 00:00:00 2001 From: Qingchuan Hao Date: Wed, 17 Jun 2020 09:38:20 +0800 Subject: [PATCH 3/3] Small improvements --- .github/ISSUE_TEMPLATE/bug_report.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5d7cdd6a9b..c2048fc9f2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,22 +1,25 @@ --- name: 'Bug Report' -about: Create a report to help us improve +about: Create a report to help us improve --- +**What happened:** -**What happened**: -**What you expected to happen**: +**What you expected to happen:** -**How to reproduce it**: -**Anything else we need to know?**: +**How to reproduce it:** + + +**Anything else we need to know?:** [Miscellaneous information that will assist in solving the issue.] -**Environment**: +**Environment:** - orchestrator and version (e.g. Kubernetes, Docker): - component and version (CNI/IPAM/CNM/CNS): - operation system (Linux/Windows): - Kernel (e.g. `uanme -a` for Linux or `$(Get-ItemProperty -Path "C:\windows\system32\hal.dll").VersionInfo.FileVersion` for Windows): +