You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please search [issues](https://github.com/alibaba/paimon-cpp/issues) to check if your issue has already been reported.
36
+
options:
37
+
- label: >
38
+
I searched in the [issues](https://github.com/alibaba/paimon-cpp/issues) and found nothing similar.
39
+
required: true
40
+
- type: textarea
41
+
attributes:
42
+
label: Paimon-cpp version
43
+
description: >
44
+
Please provide the version of Paimon-cpp you are using. If you are using the master branch, please provide the commit id.
45
+
validations:
46
+
required: true
47
+
- type: textarea
48
+
attributes:
49
+
label: Minimal reproduce step
50
+
description: Please try to give reproducing steps to facilitate quick location of the problem.
51
+
validations:
52
+
required: true
53
+
- type: textarea
54
+
attributes:
55
+
label: What doesn't meet your expectations?
56
+
validations:
57
+
required: true
58
+
- type: textarea
59
+
attributes:
60
+
label: Anything else?
61
+
- type: checkboxes
62
+
attributes:
63
+
label: Are you willing to submit a PR?
64
+
description: >
65
+
We look forward to the community of developers or users helping solve Paimon-cpp problems together. If you are willing to submit a PR to fix this problem, please check the box.
description: Add new feature, improve code, and more
24
+
title: "[Feature] "
25
+
labels: [ "enhancement" ]
26
+
body:
27
+
- type: markdown
28
+
attributes:
29
+
value: |
30
+
Thank you very much for your feature proposal!
31
+
- type: checkboxes
32
+
attributes:
33
+
label: Search before asking
34
+
description: >
35
+
Please search [issues](https://github.com/alibaba/paimon-cpp/issues) to check if your issue has already been reported.
36
+
options:
37
+
- label: >
38
+
I searched in the [issues](https://github.com/alibaba/paimon-cpp/issues) and found nothing similar.
39
+
required: true
40
+
- type: textarea
41
+
attributes:
42
+
label: Motivation
43
+
description: Describe the motivations for this feature, like how it fixes the problem you meet.
44
+
validations:
45
+
required: true
46
+
- type: textarea
47
+
attributes:
48
+
label: Solution
49
+
description: Describe the proposed solution and add related materials like links if any.
50
+
- type: textarea
51
+
attributes:
52
+
label: Anything else?
53
+
- type: checkboxes
54
+
attributes:
55
+
label: Are you willing to submit a PR?
56
+
description: >
57
+
We look forward to the community of developers or users helping develop Paimon-cpp features together. If you are willing to submit a PR to implement the feature, please check the box.
0 commit comments