summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-08-05 14:47:47 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-08-05 14:47:47 +0000
commit3dfc89ade452ad7f0185653b30ed1d4bb2544fb0 (patch)
treec70e390f88e76244c5c3b165d14947c983207fd3
parentb82931359b5f9656d739bfbb600438ddf2213ce0 (diff)
parente5304cf630cbb3c7d2791396d70d5ce5fdf246fa (diff)
downloadgitlab-ce-34558-clean-up-cohorts.tar.gz
Merge branch '64016-add-shell-style-guide-link-to-development-page' into 'master'34558-clean-up-cohorts
Add shell scripting guides to development README Closes #64016 See merge request gitlab-org/gitlab-ce!31467
-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)