|
| 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, |
| 13 | +# software distributed under the License is distributed on an |
| 14 | +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | +# KIND, either express or implied. See the License for the |
| 16 | +# specific language governing permissions and limitations |
| 17 | +# under the License. |
| 18 | +# |
| 19 | + |
| 20 | +name: Iceberg Rust Bug Report 🐞 |
| 21 | +description: Problems, bugs and issues with Apache Iceberg Rust |
| 22 | +labels: bug |
| 23 | + |
| 24 | +body: |
| 25 | + - type: dropdown |
| 26 | + attributes: |
| 27 | + label: Apache Iceberg Rust version |
| 28 | + description: What Apache Iceberg Rust version are you using? |
| 29 | + multiple: false |
| 30 | + options: |
| 31 | + - 0.4.0 (latest version) |
| 32 | + - 0.3.0 |
| 33 | + - 0.2.0 |
| 34 | + validations: |
| 35 | + required: false |
| 36 | + - type: textarea |
| 37 | + attributes: |
| 38 | + label: Describe the bug |
| 39 | + description: > |
| 40 | + Describe the problem, what to expect, and how to reproduce. |
| 41 | + You can include files by dragging and dropping them here. |
| 42 | + validations: |
| 43 | + required: true |
| 44 | + - type: textarea |
| 45 | + attributes: |
| 46 | + label: To Reproduce |
| 47 | + placeholder: > |
| 48 | + Steps to reproduce the behavior: |
| 49 | + - type: textarea |
| 50 | + attributes: |
| 51 | + label: Expected behavior |
| 52 | + placeholder: > |
| 53 | + A clear and concise description of what you expected to happen. |
| 54 | + - type: dropdown |
| 55 | + attributes: |
| 56 | + label: Willingness to contribute |
| 57 | + description: > |
| 58 | + The Apache Iceberg community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the Apache Iceberg codebase? |
| 59 | + options: |
| 60 | + - I can contribute a fix for this bug independently |
| 61 | + - I would be willing to contribute a fix for this bug with guidance from the Iceberg community |
| 62 | + - I cannot contribute a fix for this bug at this time |
0 commit comments