liurenjie1024 commented on code in PR #9932: URL: https://github.com/apache/iceberg/pull/9932#discussion_r1520676297
########## .github/ISSUE_TEMPLATE/iceberg_proposal.yml: ########## @@ -0,0 +1,50 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + +--- +name: Iceberg Improvement Proposal +description: Propose a Spec change or major feature +labels: ["proposal"] +body: + - type: markdown + attributes: + value: "Please see documentation site for information on [contributing proposals](https://iceberg.apache.org/contribute/#iceberg-improvement-proposals)" + - type: textarea + attributes: + label: Proposed Change + description: Please describe the proposal and elaborate on the use case and motivation + validations: + required: true + - type: input + attributes: + label: Proposal document + description: | + Link to the proposal document. Google Docs is preferred format to allow for public + comment and sharing + - type: checkboxes + attributes: + label: Specifications + description: Which specifications are affected by this proposal? + options: + - label: Table + - label: View + - label: REST + - label: Puffin + - label: Encryption Review Comment: Should be this `Security`? ########## site/docs/contribute.md: ########## @@ -46,6 +46,34 @@ The Iceberg community prefers to receive contributions as [Github pull requests] * If a PR is posted for visibility and isn't necessarily ready for review or merging, be sure to convert the PR to a draft +## Iceberg Improvement Proposals + +### What is an improvement proposal? + +An improvement proposal is a major change to Apache Iceberg that may require changes to an existing specification, creation +of a new specification, or significant changes to any of the existing Iceberg implementations. Changes that are large in +scope need to be considered carefully and incorporate feedback from many community stakeholders. + +### What should a proposal include? + +1. A GitHub issue created using the `Iceberg Improvement Proposal` template Review Comment: ```suggestion 1. A GitHub issue created using the `Apache Iceberg Improvement Proposal` template ``` ########## site/docs/contribute.md: ########## @@ -46,6 +46,34 @@ The Iceberg community prefers to receive contributions as [Github pull requests] * If a PR is posted for visibility and isn't necessarily ready for review or merging, be sure to convert the PR to a draft +## Iceberg Improvement Proposals Review Comment: ```suggestion ## Apache Iceberg Improvement Proposals ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org