summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Zagorodny <vzagorodny@gitlab.com>2019-08-05 11:03:13 +0300
committerVictor Zagorodny <vzagorodny@gitlab.com>2019-08-05 11:03:13 +0300
commit309428548f49edaaa577d8b145ad8d74f0c8dc78 (patch)
treec8448b0c75b77a773de106ab11187c8e18af255b
parentc1ad664588bf185265c75ff437484a758cee72d1 (diff)
downloadgitlab-ce-64016-add-shell-style-guide-link-to-development-page.tar.gz
Add shell scripting guides to development README64016-add-shell-style-guide-link-to-development-page
-rw-r--r--doc/development/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index 99c88146be5..44283a3ab0c 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -150,6 +150,10 @@ description: 'Learn how to contribute to GitLab.'
- [Go Guidelines](go_guide/index.md)
+## Shell Scripting guides
+
+- [Shell scripting standards and style guidelines](shell_scripting_guide/index.md)
+
## Other GitLab Development Kit (GDK) guides
- [Run full Auto DevOps cycle in a GDK instance](https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/auto_devops.md)