feature.yml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. name: Feature
  2. description: Add new feature, improve code, and more
  3. labels: [ "enhancement" ]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. Thank you very much for your feature proposal!
  9. - type: checkboxes
  10. attributes:
  11. label: Search before asking
  12. description: >
  13. Please search [issues](https://github.com/ververica/flink-cdc-connectors/issues) to check if your issue has already been reported.
  14. options:
  15. - label: >
  16. I searched in the [issues](https://github.com/ververica/flink-cdc-connectors/issues) and found nothing similar.
  17. required: true
  18. - type: textarea
  19. attributes:
  20. label: Motivation
  21. description: Describe the motivations for this feature, like how it fixes the problem you meet.
  22. validations:
  23. required: true
  24. - type: textarea
  25. attributes:
  26. label: Solution
  27. description: Describe the proposed solution and add related materials like links if any.
  28. - type: textarea
  29. attributes:
  30. label: Alternatives
  31. description: Describe other alternative solutions or features you considered, but rejected.
  32. - type: textarea
  33. attributes:
  34. label: Anything else?
  35. - type: checkboxes
  36. attributes:
  37. label: Are you willing to submit a PR?
  38. description: >
  39. 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.
  40. options:
  41. - label: I'm willing to submit a PR!
  42. - type: markdown
  43. attributes:
  44. value: "Thanks for completing our form!"