mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
# RFC Guidelines
|
|
|
|
Implementation of non-trivial new features should typically be started off with the creation of an RFC (Request for Comments) to make sure we have a complete story. It also allow the bigger team (as well as the community) to comment and contribute insights.
|
|
|
|
| RFC Status | Description |
|
|
| --- | --- |
|
|
| **Proposed** | Call for an RFC to be written |
|
|
| **Draft** | Work-in-progress, not ready for formal review |
|
|
| **Pre-Approved** | No major initial objections, draft pre-approved for prototyping |
|
|
| **Review** | Ready for formal review |
|
|
| **Approved** | Approved, ready for implementation |
|
|
| **Experimental** | Approved and implemented as experimental API |
|
|
| **Implemented** | Approved and implemented (as officially supported API) |
|
|
| **Deferred** | Review uncovered reasons not to proceed at this time |
|
|
| **Rejected** | Review uncovered reasons not to proceed |
|
|
|
|
## Reviews
|
|
|
|
The core developers will review RFCs (and of course, comments from the community are always welcome). Recommended review criteria are being documented in [RFC Review Guidelines](./RFC-REVIEW-GUIDELINES.md).
|