summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleveldb Team <no-reply@google.com>2022-07-18 20:10:09 +0000
committerVictor Costan <pwnall@chromium.org>2022-07-18 21:20:02 +0000
commit7b650f85de0b785596cc145a3dd28a54cb73bb50 (patch)
treefd9854f085ea1eb6862b0df22f9d8c331ea8a134
parent0a9b7b8e9506d425faed0aeec7f6e06c0aca6c67 (diff)
downloadleveldb-7b650f85de0b785596cc145a3dd28a54cb73bb50.tar.gz
Add note on current development state
PiperOrigin-RevId: 461695246
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a24477..c6db5f3 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,9 @@
-**LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.**
+LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.**
+
+> **This repository is receiving very limited maintenance. We will only review the following types of changes.**
+>
+> * Fixes for critical bugs, such as data loss or memory corruption
+> * Changes absolutely needed by internally supported leveldb clients. These typically fix breakage introduced by a language/standard library/OS update
[![ci](https://github.com/google/leveldb/actions/workflows/build.yml/badge.svg)](https://github.com/google/leveldb/actions/workflows/build.yml)
@@ -72,6 +77,11 @@ Please see the CMake documentation and `CMakeLists.txt` for more advanced usage.
# Contributing to the leveldb Project
+> **As of 2022, this repository is receiving very limited maintenance. We will only review the following types of changes.**
+>
+> * Bug fixes
+> * Changes absolutely needed by internally supported leveldb clients. These typically fix breakage introduced by a language/standard library/OS update
+
The leveldb project welcomes contributions. leveldb's primary goal is to be
a reliable and fast key/value store. Changes that are in line with the
features/limitations outlined above, and meet the requirements below,