bug-report.yml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. name: Bug report
  2. description: Problems with the software
  3. title: "[Bug] "
  4. labels: ["bug"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thank you very much for your feedback!
  10. For suggestions or help, please consider using [Github Discussion](https://github.com/ververica/flink-cdc-connectors/discussions) instead.
  11. - type: checkboxes
  12. attributes:
  13. label: Search before asking
  14. description: >
  15. Please search [issues](https://github.com/ververica/flink-cdc-connectors/issues) to check if your issue has already been reported.
  16. options:
  17. - label: >
  18. I searched in the [issues](https://github.com/ververica/flink-cdc-connectors/issues) and found nothing similar.
  19. required: true
  20. - type: textarea
  21. attributes:
  22. label: Flink version
  23. description: >
  24. Please provide the version of Flink you are using. If you are using the master branch, please provide the commit id.
  25. validations:
  26. required: true
  27. - type: textarea
  28. attributes:
  29. label: Flink CDC version
  30. description: >
  31. Please provide the version of Flink CDC you are using. If you are using the master branch, please provide the commit id.
  32. validations:
  33. required: true
  34. - type: textarea
  35. attributes:
  36. label: Database and its version
  37. description: >
  38. Please provide the database you connect to and its version.
  39. validations:
  40. required: true
  41. - type: textarea
  42. attributes:
  43. label: Minimal reproduce step
  44. description: Please try to give reproducing steps to facilitate quick location of the problem.
  45. validations:
  46. required: true
  47. - type: textarea
  48. attributes:
  49. label: What did you expect to see?
  50. validations:
  51. required: true
  52. - type: textarea
  53. attributes:
  54. label: What did you see instead?
  55. validations:
  56. required: true
  57. - type: textarea
  58. attributes:
  59. label: Anything else?
  60. - type: checkboxes
  61. attributes:
  62. label: Are you willing to submit a PR?
  63. description: >
  64. 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.
  65. options:
  66. - label: I'm willing to submit a PR!
  67. - type: markdown
  68. attributes:
  69. value: "Thanks for completing our form!"