From e0150cbcff00c5df5efb813d0c9b0f07039a0c87 Mon Sep 17 00:00:00 2001 From: zhyass <34016424+zhyass@users.noreply.github.com> Date: Wed, 28 Apr 2021 18:14:27 +0800 Subject: [PATCH] .github: add pull request and issue templates #90 --- .github/ISSUE_TEMPLATE/bug-report.md | 29 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 21 +++++++++++++++ .github/ISSUE_TEMPLATE/general-question.md | 19 +++++++++++++ .github/ISSUE_TEMPLATE/support-request.yml | 4 +++ .github/PULL_REQUEST_TEMPLATE.md | 31 ++++++++++++++++++++++ 5 files changed, 104 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/general-question.md create mode 100644 .github/ISSUE_TEMPLATE/support-request.yml create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..86b80b20 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,29 @@ +--- +name: 'Bug Report' +about: 'Report unexpected behavior to help us improve.' +labels: 'bug' +--- + +**Describe the problem** + + + + + +**To Reproduce** + + + + + +1. + +**Expected behavior** + + + +**Environment:** + +- Kubernetes version [e.g. v1.19.5] +- Helm version [e.g. v3.4.2] +- RadonDB MySQL version [e.g. https://github.com/radondb/radondb-mysql-kubernetes/commit/56896cd119d9a6017e7f15f1dc0b37b83a720278] diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..4500267f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,21 @@ +--- +name: 'Feature Request' +about: 'Request a new feature on the product.' +labels: 'enhancement' +--- + +**Is your feature request related to a problem? Please describe.** + + + +**Describe the solution you'd like** + + + +**Describe alternatives you've considered** + + + +**Additional context** + + diff --git a/.github/ISSUE_TEMPLATE/general-question.md b/.github/ISSUE_TEMPLATE/general-question.md new file mode 100644 index 00000000..f4aa6e3a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general-question.md @@ -0,0 +1,19 @@ +--- +name: 'Ask a Question' +about: 'Need support & not sure if this a bug? You can ask a question.' +labels: 'question' +--- + +## General Question + + diff --git a/.github/ISSUE_TEMPLATE/support-request.yml b/.github/ISSUE_TEMPLATE/support-request.yml new file mode 100644 index 00000000..9abeb396 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support-request.yml @@ -0,0 +1,4 @@ +contact_links: + - name: Support Request + url: https://kubesphere.com.cn/forum/t/RadonDB + about: Support request or question relating to RadonDB MySQL. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..ea79adf9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,31 @@ + + +### What type of PR is this? + + + +### Which issue(s) this PR fixes? + + +Fixes # + +### What this PR does? + +Summary: + +### Special notes for your reviewer?