mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user