summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Zagorodny <vzagorodny@gitlab.com>2019-08-05 14:47:46 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-08-05 14:47:46 +0000
commite5304cf630cbb3c7d2791396d70d5ce5fdf246fa (patch)
treec70e390f88e76244c5c3b165d14947c983207fd3
parentb82931359b5f9656d739bfbb600438ddf2213ce0 (diff)
downloadgitlab-ce-e5304cf630cbb3c7d2791396d70d5ce5fdf246fa.tar.gz
Add shell scripting guides to development README
-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)