summaryrefslogtreecommitdiff
path: root/doc/development/README.md
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-09-10 14:41:26 +0200
committerRémy Coutable <remy@rymai.me>2019-09-11 12:24:53 +0200
commitf8ed81945dd4ca62e0f555af94c5ae8776a2996e (patch)
treedac7e7a8d96aecc6dfac69f54037e2bf75067b36 /doc/development/README.md
parent1ba9f029e89e99a245a201c21a98f4f79dc7b302 (diff)
downloadgitlab-ce-docs-gitlab-pipelines.tar.gz
Add documentation for the GitLab pipelines configurationdocs-gitlab-pipelines
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/development/README.md')
-rw-r--r--doc/development/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index bbe73570f49..e8bebc79124 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -18,6 +18,7 @@ description: 'Learn how to contribute to GitLab.'
- [Generate a changelog entry with `bin/changelog`](changelog.md)
- [Code review guidelines](code_review.md) for reviewing code and having code reviewed
- [Database review guidelines](database_review.md) for reviewing database-related changes and complex SQL queries
+- [Pipelines for the GitLab project](pipelines.md)
- [Automatic CE->EE merge](automatic_ce_ee_merge.md)
- [Guidelines for implementing Enterprise Edition features](ee_features.md)
- [Security process for developers](https://gitlab.com/gitlab-org/release/docs/blob/master/general/security/developer.md#security-releases-critical-non-critical-as-a-developer)