| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 17 天前 | ||
| 20 天前 |
RFC Documentation
This directory is used to store ES module design proposal (RFC - Request for Comments) documents.
What is RFC?
RFC is document format used to discuss and record important design decisions. When need to make major changes, new feature additions or architecture improvements to ES module, should submit RFC document.
RFC Process
- Create RFC document (recommend using numbering, such as
rfc-001-feature-name.md) - Submit Pull Request for discussion
- Modify according to feedback
- Merge after obtaining approval
Current RFC
No RFC documents currently.
How to Submit RFC
- Create new RFC document
- Include following content:
- Overview and goals
- Detailed design
- Implementation plan
- Impact analysis
- Alternative solutions
- Submit PR and wait for review