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
This commit is contained in:
Koichi Murase 2021-12-24 06:33:34 +09:00
parent 03ce3f5877
commit 3e6d515f13

View File

@ -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