From 3dc70057e9b5a023842ed36ca5e8dcba25e0db33 Mon Sep 17 00:00:00 2001 From: feederbox826 <144178721+feederbox826@users.noreply.github.com> Date: Sat, 11 Jan 2025 17:12:40 -0800 Subject: [PATCH] formalized tl;dr of deprecation policy (#476) Co-authored-by: feederbox826 Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com> --- README.md | 6 +++++- archive/README.md | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 archive/README.md diff --git a/README.md b/README.md index d712111c..68bef78f 100644 --- a/README.md +++ b/README.md @@ -108,4 +108,8 @@ yarn run format-py ## Deprecation -To be formalized. +14-day notice and associated issue with the appropriate label will be created once plugins, themes, userscripts and other utility scripts are marked for deprecation to allow time for someone to take over the development. + +After the 14 days, if nobody takes up the development they will be moved to the [archive](./archive) directory. This will automatically remove plugins from the CommunityScripts source index. + +Maintainers are expected to show commitment and demonstrate meaningful effort to maintain the code. diff --git a/archive/README.md b/archive/README.md new file mode 100644 index 00000000..f83d820b --- /dev/null +++ b/archive/README.md @@ -0,0 +1 @@ +# Deprecation History \ No newline at end of file