From 184f607d93c1622832f468dda31a691060bd4997 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Wed, 19 Jan 2022 09:23:57 +0000 Subject: [PATCH 1/2] doc: add issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 25 +++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/support.md | 15 +++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/support.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..ad0d03f9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,25 @@ +--- +name: Bug Report +about: Create a report to help us improve this project + +--- + + + + +**What happened**: + +**What you expected to happen**: + +**How to reproduce it**: + +**Anything else we need to know?**: + +**Environment**: +- Driver version: +- Kubernetes version (use `kubectl version`): +- OS (e.g. from /etc/os-release): +- Kernel (e.g. `uname -a`): +- Install tools: +- Others: diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 00000000..a9d33a2a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,18 @@ +--- +name: Enhancement Request +about: Suggest an idea for this project + +--- + + +**Is your feature request related to a problem?/Why is this needed** + + +**Describe the solution you'd like in detail** + + +**Describe alternatives you've considered** + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md new file mode 100644 index 00000000..d5f76035 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -0,0 +1,15 @@ +--- +name: Support Request +about: Ask questions about this project + +--- + + From 4fe2e8fd71de7934ae756313d0d18efb95117616 Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Thu, 20 Jan 2022 23:21:28 +0800 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/support.md Co-authored-by: Patrick Ohly --- .github/ISSUE_TEMPLATE/support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md index d5f76035..0400c7bf 100644 --- a/.github/ISSUE_TEMPLATE/support.md +++ b/.github/ISSUE_TEMPLATE/support.md @@ -9,7 +9,7 @@ STOP -- PLEASE READ! GitHub is not the right place for support requests. -If you're looking for help, post your question on the [Kubernetes Slack ](http://slack.k8s.io/) Sig-Storage Channel. +If you're looking for help, post your question on the [Kubernetes Slack ](http://slack.k8s.io/) #sig-storage Channel. If the matter is security related, please disclose it privately via https://kubernetes.io/security/. -->