From 4b5491d86f5fcb4bedf0a89b74dd57b1fb75ffb1 Mon Sep 17 00:00:00 2001 From: Meinhard Zhou Date: Wed, 27 Apr 2022 18:27:35 +0800 Subject: [PATCH] docs: add PR and ISSUE TEMPLATE. Signed-off-by: Meinhard Zhou --- .github/ISSUE_TEMPLTATE/bug-report.md | 25 ++++++++++++++++ .github/ISSUE_TEMPLTATE/enhancement.md | 18 ++++++++++++ .github/ISSUE_TEMPLTATE/support.md | 15 ++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 40 ++++++++++++++++++++++++++ 4 files changed, 98 insertions(+) create mode 100644 .github/ISSUE_TEMPLTATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLTATE/enhancement.md create mode 100644 .github/ISSUE_TEMPLTATE/support.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLTATE/bug-report.md b/.github/ISSUE_TEMPLTATE/bug-report.md new file mode 100644 index 0000000..71597f5 --- /dev/null +++ b/.github/ISSUE_TEMPLTATE/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**: +- CSI Driver version: +- Kubernetes version (use `kubectl version`): +- OS (e.g. from /etc/os-release): +- Kernel (e.g. `uname -a`): +- Install tools: +- Others: \ No newline at end of file diff --git a/.github/ISSUE_TEMPLTATE/enhancement.md b/.github/ISSUE_TEMPLTATE/enhancement.md new file mode 100644 index 0000000..1f803a4 --- /dev/null +++ b/.github/ISSUE_TEMPLTATE/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** + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLTATE/support.md b/.github/ISSUE_TEMPLTATE/support.md new file mode 100644 index 0000000..d791cb0 --- /dev/null +++ b/.github/ISSUE_TEMPLTATE/support.md @@ -0,0 +1,15 @@ +--- +name: Support Request +about: Ask questions about this project + +--- + + \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..3d88f22 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,40 @@ + + +**What type of PR is this?** +> Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading whitespaces from that line: +> +> /kind api-change +> /kind bug +> /kind cleanup +> /kind design +> /kind documentation +> /kind failing-test +> /kind feature +> /kind flake + +**What this PR does / why we need it**: + +**Which issue(s) this PR fixes**: + +Fixes # + +**Special notes for your reviewer**: + +**Does this PR introduce a user-facing change?**: + +```release-note +none +``` \ No newline at end of file