From fc5c307ed45f4ad7fa46c92bd1f68a3e4842e10b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 22 Feb 2021 00:02:55 -0500 Subject: add maintenance policy --- CHANGELOG.md | 4 ++++ README.md | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7c6337..e34bc0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +### Added + +* Clarified the maintenance policy for this project in the README + ### Fixed * Stop hardcoding /tmp when using the fallback runtime directory (#37, pschmitt) diff --git a/README.md b/README.md index 01b0d9e..0df94bc 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,14 @@ similar to the way that `ssh-agent` or `gpg-agent` work. This allows the client to be used in a much simpler way, with the background agent taking care of maintaining the necessary state. +## Maintenance + +I consider `rbw` to be essentially feature-complete for me at this point. While +I still use it on a daily basis, and will continue to fix regressions as they +occur, I am unlikely to spend time implementing new features on my own. If you +would like to see new functionality in `rbw`, I am more than happy to review +and merge pull requests implementing those features. + ## Installation ### Arch Linux -- cgit v1.2.3-54-g00ecf