From 18c10e2e3da76f205931e8d87de5d50ba06ec8e0 Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Sat, 11 Jul 2020 19:08:26 +0100 Subject: [PATCH] README: Contributions. Adding new stuff is fine, though it NEEDS to be working on the main target OSes. That's OpenBSD, Linux, FreeBSD and to some degree macOS and DragonFlyBSD...If you want to add a new OS, it'd be better if the patch included as much functionality as possible :) --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index be0cac4..6bed5d1 100644 --- a/README +++ b/README @@ -23,3 +23,9 @@ INSTALL: $ ninja -C build install +CONTRIBUTIONS: + +Patches with bug fixes are more than welcome. If you do wish to +add a substantial querying feature PLEASE ensure that it works reliaibly +on OpenBSD, Linux and FreeBSD (ideally macOS also). UI changes +should be platform independent.