From a75cf74141d08b07a02a2076ff1d38de940c62e7 Mon Sep 17 00:00:00 2001 From: Boshi Lian Date: Mon, 24 Oct 2022 10:38:25 -0700 Subject: [PATCH] Add issue templates (#1060) Github Template + Copying from Java https://raw.githubusercontent.com/kubernetes-client/java/master/.github/ISSUE_TEMPLATE/bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..841fcae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Kubernetes C# SDK Client Version** +e.g. `9.0.1` + +**Server Kubernetes Version** +e.g. `1.22.3` + +**Dotnet Runtime Version** +e.g. net6 + +**To Reproduce** +Steps to reproduce the behavior: + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**KubeConfig** +If applicable, add a KubeConfig file with secrets redacted. + +**Where do you run your app with Kubernetes SDK (please complete the following information):** + - OS: [e.g. Linux] + - Environment [e.g. container] + - Cloud [e.g. Azure] + +**Additional context** +Add any other context about the problem here.