Skip to content

Commit

Permalink
[build] Use issue form templates (#1830)
Browse files Browse the repository at this point in the history
This closes  #1830.
  • Loading branch information
tisonkun authored Feb 7, 2023
1 parent 22f68d3 commit d249b50
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 42 deletions.
70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -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!"
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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®
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -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!"
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

0 comments on commit d249b50

Please sign in to comment.