RFCs for changes to TiKV and its ecosystem
Go to file
Ryan Leung bfe57d664e
fix title (#117)
Signed-off-by: Ryan Leung <rleungx@gmail.com>
2025-01-16 13:37:19 +08:00
media RFC: Periodic full compaction (#110) (#110) 2024-01-12 10:42:42 +08:00
text fix title (#117) 2025-01-16 13:37:19 +08:00
.gitignore Feedback-based scale control model (#101) 2023-04-27 01:02:36 -07:00
.markdownlint.json RFC: Substitute RocksDB write stall (#67) 2021-05-18 16:50:42 +08:00
.travis.yml Introduce markdownlint (#19) 2018-12-19 17:28:37 +08:00
LICENSE Initial commit 2018-08-17 11:55:30 -07:00
README.md prefer pull request id as RFC number (#66) 2021-05-31 16:43:50 +08:00
package.json Introduce markdownlint (#19) 2018-12-19 17:28:37 +08:00
template.md An RFC requires tracking issue (#64) 2021-04-23 21:34:51 +08:00

README.md

TiKV RFCs

Many changes, including bug fixes and documentation improvements can be implemented and reviewed via the normal GitHub pull request workflow.

Some changes though are "substantial", and we ask that these be put through a bit of a design process and produce a consensus among the TiKV community.

The "RFC" (request for comments) process is intended to provide a consistent and controlled path for new features to enter the project, so that all stakeholders can be confident about the direction the project is evolving in.

How to submit an RFC

  1. Copy template.md into text/PRID-my-feature.md.
  2. Write the document and fill in the blanks.
  3. Submit a pull request.

Timeline of an RFC

  1. An RFC is submitted as a PR.
  2. Discussion takes place, and the text is revised in response.
  3. The PR is accepted or rejected when at least two project maintainers reach consensus.
  4. If accepted, create a tracking issue, refer it in the RFC, and finalize by merging.

Style of an RFC

We follow lint rules listed in markdownlint.

Run lints (you must have Node.js installed):

# Install linters: npm install
npm run lint

License

This content is licensed under Apache License, Version 2.0, (LICENSE or http://www.apache.org/licenses/LICENSE-2.0)

Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.