Skip to content

Commit

Permalink
CONTRIBUTING: mention required Bash version and POSIX-compatibility
Browse files Browse the repository at this point in the history
> #268 (reply in thread)
>
> 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
  • Loading branch information
akinomyoga committed Dec 23, 2021
1 parent 983e3a4 commit 80dfb5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80dfb5d

Please sign in to comment.