From e5304cf630cbb3c7d2791396d70d5ce5fdf246fa Mon Sep 17 00:00:00 2001 From: Victor Zagorodny Date: Mon, 5 Aug 2019 14:47:46 +0000 Subject: [PATCH] Add shell scripting guides to development README --- doc/development/README.md | 4 ++++ 1 file changed, 4 insertions(+) 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)