diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..df49a5431 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,28 @@ +--- +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 000000000..34fbea6e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,17 @@ +--- +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 000000000..3a8cdf8c1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general-question.md @@ -0,0 +1,20 @@ +--- +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 000000000..9abeb396f --- /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 000000000..1077758d3 --- /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?