|
| 1 | +################################################################################ |
| 2 | +# Licensed to the Apache Software Foundation (ASF) under one |
| 3 | +# or more contributor license agreements. See the NOTICE file |
| 4 | +# distributed with this work for additional information |
| 5 | +# regarding copyright ownership. The ASF licenses this file |
| 6 | +# to you under the Apache License, Version 2.0 (the |
| 7 | +# "License"); you may not use this file except in compliance |
| 8 | +# with the License. You may obtain a copy of the License at |
| 9 | +# |
| 10 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | +# |
| 12 | +# Unless required by applicable law or agreed to in writing, software |
| 13 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | +# See the License for the specific language governing permissions and |
| 16 | +# limitations under the License. |
| 17 | +################################################################################ |
| 18 | + |
| 19 | +# Adapted from Apache Paimon |
| 20 | +# https://github.com/apache/paimon/blob/master/.github/ISSUE_TEMPLATE/bug-report.yml |
| 21 | + |
| 22 | +name: Bug report |
| 23 | +description: Problems with the software |
| 24 | +title: "[Bug] " |
| 25 | +labels: ["bug"] |
| 26 | +body: |
| 27 | + - type: markdown |
| 28 | + attributes: |
| 29 | + value: | |
| 30 | + Thank you very much for your feedback! |
| 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: 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. |
| 66 | + options: |
| 67 | + - label: I'm willing to submit a PR! |
| 68 | + - type: markdown |
| 69 | + attributes: |
| 70 | + value: "Thanks for completing our form!" |
0 commit comments