|
| 1 | +# |
| 2 | +# Licensed to the Apache Software Foundation (ASF) under one or more |
| 3 | +# contributor license agreements. See the NOTICE file distributed with |
| 4 | +# this work for additional information regarding copyright ownership. |
| 5 | +# The ASF licenses this file to You under the Apache License, Version 2.0 |
| 6 | +# (the "License"); you may not use this file except in compliance with |
| 7 | +# the License. You may obtain a copy of the License at |
| 8 | +# |
| 9 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | +# |
| 11 | +# Unless required by applicable law or agreed to in writing, software |
| 12 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | +# See the License for the specific language governing permissions and |
| 15 | +# limitations under the License. |
| 16 | +# |
| 17 | + |
| 18 | +name: Doris Bug report |
| 19 | +title: "[Bug] " |
| 20 | +description: Problems and issues with code of Apache Doris |
| 21 | +labels: ["kind/bug"] |
| 22 | +body: |
| 23 | + - type: markdown |
| 24 | + attributes: |
| 25 | + value: | |
| 26 | + Thank you very much for submitting feedback to Doris to help Doris develop better. |
| 27 | +
|
| 28 | + If it is an idea or help wanted, please go to: |
| 29 | +
|
| 30 | + 1. [Dev Mail List](mailto:[email protected]): This will be your FASTEST way to get help |
| 31 | + 2. [Github Discussion](https://github.com/apache/doris-operator/discussions) |
| 32 | +
|
| 33 | + - type: checkboxes |
| 34 | + attributes: |
| 35 | + label: Search before asking |
| 36 | + description: > |
| 37 | + Please make sure to search in the [issues](https://github.com/apache/doris-operator/issues?q=is%3Aissue) first to see |
| 38 | + whether the same issue was reported already. |
| 39 | + options: |
| 40 | + - label: > |
| 41 | + I had searched in the [issues](https://github.com/apache/doris-operator/issues?q=is%3Aissue) and found no similar |
| 42 | + issues. |
| 43 | + required: true |
| 44 | +
|
| 45 | + - type: textarea |
| 46 | + attributes: |
| 47 | + label: Version |
| 48 | + description: What is the current version |
| 49 | + placeholder: > |
| 50 | + Please provide the version you are using. |
| 51 | + If it is the trunk version, please input commit id. |
| 52 | + validations: |
| 53 | + required: true |
| 54 | + |
| 55 | + - type: textarea |
| 56 | + attributes: |
| 57 | + label: What's Wrong? |
| 58 | + description: Describe the bug. |
| 59 | + placeholder: > |
| 60 | + Describe the specific problem, the more detailed the better. |
| 61 | + validations: |
| 62 | + required: true |
| 63 | + |
| 64 | + - type: textarea |
| 65 | + attributes: |
| 66 | + label: What You Expected? |
| 67 | + validations: |
| 68 | + required: true |
| 69 | + |
| 70 | + - type: textarea |
| 71 | + attributes: |
| 72 | + label: How to Reproduce? |
| 73 | + placeholder: > |
| 74 | + Please try to give reproducing steps to facilitate quick location of the problem. |
| 75 | +
|
| 76 | + - What actions were performed |
| 77 | + - Table building statement |
| 78 | + - Import statement |
| 79 | + - Cluster information: number of nodes, configuration, etc. |
| 80 | +
|
| 81 | + If it is hard to reproduce, please also explain the general scene. |
| 82 | +
|
| 83 | + - type: textarea |
| 84 | + attributes: |
| 85 | + label: Anything Else? |
| 86 | + |
| 87 | + - type: checkboxes |
| 88 | + attributes: |
| 89 | + label: Are you willing to submit PR? |
| 90 | + description: > |
| 91 | + We very much look forward to developers or users to help solve the Doris problem together. |
| 92 | + If you are willing to submit a PR to fix this problem, please tick it. |
| 93 | + options: |
| 94 | + - label: Yes I am willing to submit a PR! |
| 95 | + |
| 96 | + - type: checkboxes |
| 97 | + attributes: |
| 98 | + label: Code of Conduct |
| 99 | + description: The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it. |
| 100 | + options: |
| 101 | + - label: > |
| 102 | + I agree to follow this project's |
| 103 | + [Code of Conduct](https://www.apache.org/foundation/policies/conduct) |
| 104 | + required: true |
| 105 | +
|
| 106 | + - type: markdown |
| 107 | + attributes: |
| 108 | + value: "Thanks for completing our form!" |
0 commit comments