Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prestodb/rfcs
Presto RFCs
https://github.com/prestodb/rfcs
Last synced: about 1 month ago
JSON representation
Presto RFCs
- Host: GitHub
- URL: https://github.com/prestodb/rfcs
- Owner: prestodb
- License: apache-2.0
- Created: 2023-09-28T19:22:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-26T16:37:43.000Z (4 months ago)
- Last Synced: 2024-08-26T19:40:34.454Z (4 months ago)
- Size: 1.24 MB
- Stars: 0
- Watchers: 20
- Forks: 17
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Presto RFCs
Presto uses RFCs to propose major features.
## Proposing a Feature to Presto
To propose a new feature, you’ll submit a Request For Comments (RFC). This RFC is basically a design proposal where
you can share a detailed description of what change you want to make, why it’s needed, and how you propose to implement
it.It’s easier to make changes while your feature is in the ideation phase vs the PR phase, and this doc gives committers
an opportunity to suggest refinements before you start code. For example, they may know of other planned efforts that
your work would otherwise collide with, or they may suggest implementation changes that make your feature more broadly
usable.Smaller changes, including bug fixes and documentation improvements, can be implemented and reviewed via the normal
GitHub pull request workflow on the main Presto repo.RFCs are more suitable for design proposals that are too large to discuss on a feature-request issue, like adding new
functionality to Presto, or if a discussion about the tradeoffs involved in a new addition are non-trivial.If you are unsure whether something should be an RFC or a feature-request issue, you can ask by opening an issue in the
main [prestodb/presto](https://github.com/prestodb/presto) repository.## How to add an RFC
See [CONTRIBUTING.md](CONTRIBUTING.md) for instructions on how to propose an RFC.