From a5e2fa8db7a4379e11f8215d032adcc8861453d4 Mon Sep 17 00:00:00 2001 From: Martijn Dekker Date: Fri, 12 Jun 2020 14:42:23 +0100 Subject: [PATCH] README.md: tweak policy --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 497aeaec9..82148e51b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ To see what's left to fix, see [TODO](./TODO). ## Policy -1. No new features. Bug fixes only. +1. No new features; bug fixes only (but see items 3 and 4). + Feature development is for a future separate branch. 2. No major rewrites. No refactoring code that is not fully understood. 3. No changes in documented behaviour, except if required for compliance with the [POSIX shell language standard](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/contents.html)