From 3ef67768747bb24ef56f31e6b86230042aa5292a Mon Sep 17 00:00:00 2001 From: Huamin Chen Date: Tue, 5 Feb 2019 09:09:45 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++++++++++++ 1 file changed, 23 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 000000000..89cc7e4bd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +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 and Ceph CSI Versions** +Kubernetes: 1.12 and below or 1.13 and above +Ceph CSI: 0.3.0 or 1.0.0 + +**Ceph CSI Driver logs** +Post logs from rbdplugin/cephfs plugin, provisioner, etc. + +**To Reproduce** + +**Expected behavior** +A clear and concise description of what you expected to happen.