You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
2.2 KiB
YAML
60 lines
2.2 KiB
YAML
#
|
|
# Copyright 2023 Ververica Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
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!"
|