summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2020-01-21 07:57:40 +1100
committerGitHub <noreply@github.com>2020-01-21 07:57:40 +1100
commit095cda05255a636a88b0c6583ebfe9511659f9df (patch)
tree239e9cf654d51f8b7aa5f0d550cce125d1d1737b
parent45ba818fe718d5d3de58885a54fd5a2e4664d835 (diff)
downloadvoluptuous-095cda05255a636a88b0c6583ebfe9511659f9df.tar.gz
Switch to CONTRIBUTIONS ONLY
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7955ecd..e77856f 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,12 @@
+
+# CONTRIBUTIONS ONLY
+
+**What does this mean?** I do not have time to fix issues myself. The only way fixes or new features will be added is by people submitting PRs.
+
+**Current status.** Voluptuous is largely feature stable. There hasn't been a need to add new features in a while, but there are some bugs that should be fixed.
+
+**Why?** I no longer use Voluptuous personally (in fact I no longer regularly write Python code). Rather than leave the project in a limbo of people filing issues and wondering why they're note being worked on, I believe this notice will more clearly set expectations.
+
# Voluptuous is a Python data validation library
[![Build Status](https://travis-ci.org/alecthomas/voluptuous.svg)](https://travis-ci.org/alecthomas/voluptuous)