oksh-noxz

[fork] Portable OpenBSD ksh, based on the Public Domain Korn Shell (pdksh).
git clone https://noxz.tech/git/oksh-noxz.git
oksh-noxz

commit: 7656e9b51471094094f26354d0fc0ffe97d8407c
parent: a41ca8c1b896fe661eac390d8a5d979cc1d50e57
author: Brian Callahan <ibara@users.noreply.github.com>
date:   Wed, 18 Nov 2020 10:58:27 -0500
Clarify patch process.

Adding new platforms and improving support for existing platforms is always welcome.

Everything else should go to tech@.7656e9b51471094094f26354d0fc0ffe97d8407c
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
@@ -105,6 +105,18 @@ The `--no-thanks` flag can also be used to compile a native `oksh` with
 all the compatibility functions compiled in, rather than relying on the
 system's version of those functions.
 
+Submitting patches
+------------------
+Patches that add new platforms and improve support for existing platforms
+are always welcome.
+
+Patches that cause `oksh` to deviate from upstream OpenBSD ksh behavior
+are better suited to be sent to the
+[OpenBSD tech@](https://www.openbsd.org/mail.html)
+mailing list. I will sync with the master OpenBSD code once your patch
+is accepted. If you'd like to open an issue here to track progress of
+your patch on tech@, that's fine.
+
 License
 -------
 The main Korn shell files are public domain (see `LEGAL`).