Skip to content

Commit ff8b0bf

Browse files
Add epic issue type (#1200)
## Which issue does this PR close? - Closes #1199 . ## What changes are included in this PR? Add an issue template for epic issue.
1 parent d5c72b6 commit ff8b0bf

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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 Epic Feature
21+
description: Create an epic issue to act as a parent issue with some sub issues
22+
labels: epic
23+
body:
24+
- type: textarea
25+
attributes:
26+
label: What's the feature are you trying to implement?
27+
description: Please describe what you are trying to do.
28+
placeholder: >
29+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
30+
(This section helps Iceberg developers understand the context and *why* for this feature, in addition to the *what*)
31+
- type: dropdown
32+
attributes:
33+
label: Willingness to contribute
34+
description: >
35+
The Apache Iceberg community encourages feature contributions. Would you or another member of your organization be willing to contribute to this feature for the Apache Iceberg Rust codebase?
36+
options:
37+
- I can contribute to this feature independently
38+
- I would be willing to contribute to this feature with guidance from the Iceberg Rust community
39+
- I cannot contribute to this feature at this time

0 commit comments

Comments
 (0)