文件最后提交记录最后更新时间
17 天前
20 天前
README.md

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

  1. Create RFC document (recommend using numbering, such as rfc-001-feature-name.md)
  2. Submit Pull Request for discussion
  3. Modify according to feedback
  4. Merge after obtaining approval

Current RFC

No RFC documents currently.

How to Submit RFC

  1. Create new RFC document
  2. Include following content:
    • Overview and goals
    • Detailed design
    • Implementation plan
    • Impact analysis
    • Alternative solutions
  3. Submit PR and wait for review