diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 000000000..e8cb38652 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,70 @@ +name: Bug report +description: Problems with the software +title: "[Bug] " +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + Thank you very much for your feedback! + + For suggestions or help, please consider using [Github Discussion](https://github.com/ververica/flink-cdc-connectors/discussions) instead. + - type: checkboxes + attributes: + label: Search before asking + description: > + Please search [issues](https://github.com/ververica/flink-cdc-connectors/issues) to check if your issue has already been reported. + options: + - label: > + I searched in the [issues](https://github.com/ververica/flink-cdc-connectors/issues) and found nothing similar. + required: true + - type: textarea + attributes: + label: Flink version + description: > + Please provide the version of Flink you are using. If you are using the master branch, please provide the commit id. + validations: + required: true + - type: textarea + attributes: + label: Flink CDC version + description: > + Please provide the version of Flink CDC you are using. If you are using the master branch, please provide the commit id. + validations: + required: true + - type: textarea + attributes: + label: Database and its version + description: > + Please provide the database you connecto to and its version. + validations: + required: true + - type: textarea + attributes: + label: Minimal reproduce step + description: Please try to give reproducing steps to facilitate quick location of the problem. + validations: + required: true + - type: textarea + attributes: + label: What did you expect to see? + validations: + required: true + - type: textarea + attributes: + label: What did you see instead? + validations: + required: true + - type: textarea + attributes: + label: Anything else? + - type: checkboxes + attributes: + label: Are you willing to submit a PR? + description: > + We look forward to the community of developers or users helping solve Flink CDC problems together. If you are willing to submit a PR to fix this problem, please check the box. + options: + - label: I'm willing to submit a PR! + - type: markdown + attributes: + value: "Thanks for completing our form!" diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 3b9776b66..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -**Describe the bug(Please use English)** -A clear and concise description of what the bug is. - -**Environment :** - - Flink version : - - Flink CDC version: - - Database and version: - -**To Reproduce** -Steps to reproduce the behavior: -1. The test data : -2. The test code : -3. The error : - -**Additional Description** -If applicable, add screenshots to help explain your problem. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..5a520c72a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Ask a question or get support + url: https://github.com/ververica/flink-cdc-connectors/discussions/categories/q-a + about: Ask a question or request support for CDC Connectors for Apache FlinkĀ® diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 000000000..cdb2fd105 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,44 @@ +name: Feature +description: Add new feature, improve code, and more +labels: [ "enhancement" ] +body: + - type: markdown + attributes: + value: | + Thank you very much for your feature proposal! + - type: checkboxes + attributes: + label: Search before asking + description: > + Please search [issues](https://github.com/ververica/flink-cdc-connectors/issues) to check if your issue has already been reported. + options: + - label: > + I searched in the [issues](https://github.com/ververica/flink-cdc-connectors/issues) and found nothing similar. + required: true + - type: textarea + attributes: + label: Motivation + description: Describe the motivations for this feature, like how it fixes the problem you meet. + validations: + required: true + - type: textarea + attributes: + label: Solution + description: Describe the proposed solution and add related materials like links if any. + - type: textarea + attributes: + label: Alternatives + description: Describe other alternative solutions or features you considered, but rejected. + - type: textarea + attributes: + label: Anything else? + - type: checkboxes + attributes: + label: Are you willing to submit a PR? + description: > + We look forward to the community of developers or users helping develop Flink CDC features together. If you are willing to submit a PR to implement the feature, please check the box. + options: + - label: I'm willing to submit a PR! + - type: markdown + attributes: + value: "Thanks for completing our form!" diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 234ef2546..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered.