From 3e6d515f130c2a81b6364518d009b289bc10e53c Mon Sep 17 00:00:00 2001 From: Koichi Murase Date: Fri, 24 Dec 2021 06:33:34 +0900 Subject: [PATCH] CONTRIBUTING: mention required Bash version and POSIX-compatibility > https://github.com/ohmybash/oh-my-bash/discussions/268#discussioncomment-1862992 > > Just keep in mind we need all PRs to be POSIX-compatible unless > they're creating a plugin that clearly mention working only with > macOS for e.g by @nntoan --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 41cea6f..a0dbeb7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,6 +56,10 @@ maintainers) by mentioning their GitHub handle (starting with `@`) in your messa ## Submitting Pull Requests +The code should work with Bash 3.2. Make all the changes to be +POSIX-compatible for external tools unless it is related to a plugin that +clearly targets specific tools or environment such as "GNU make" or "macOS". + ### Getting started You should be familiar with the basics of