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.