From 8646238fd3a8610f2b2a997be3549ed87eee39a7 Mon Sep 17 00:00:00 2001 From: Rudxain <76864299+Rudxain@users.noreply.github.com> Date: Tue, 30 Sep 2025 02:34:26 -0400 Subject: [PATCH] docs(CONTRIB): link to Pure-Bash-Bible --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ee8071a7ddb..04cb6ad3177 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -106,6 +106,9 @@ Also, please bear the following coding guidelines in mind: These forms of parameter substitutions can also be used on arrays, which makes them very powerful (if a little slow). + See ["Pure Bash"](https://github.com/dylanaraps/pure-bash-bible) + for more examples. + - We want our completions to work in `posix` and `nounset` modes. Unfortunately due to a bash < 5.1 bug, toggling POSIX mode