Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-06-18 14:56:33 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-06-18 14:56:33 +0300
commit89008cc281ee1ad412ba831c2263e0d00eb20867 (patch)
tree96ff89ec640acfbff5a8377fc2be4692ea75080a /doc
parentd051d1f81dfc01d8d16f938fba81278301b29e51 (diff)
parent2a66d0d69af765bb534d267019e14c1cb6eccc11 (diff)
Merge branch 'docs/update-list-items' into 'master'
Update list items to conform to documentation style guide See merge request gitlab-org/gitlab-ce!29739
Diffstat (limited to 'doc')
-rw-r--r--doc/development/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index b7322ab731f..00fab5fc9b3 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -16,7 +16,7 @@ description: 'Learn how to contribute to GitLab.'
- [GitLab core team & GitLab Inc. contribution process](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/PROCESS.md)
- [Generate a changelog entry with `bin/changelog`](changelog.md)
-- [Code review guidelines](code_review.md) for reviewing code and having code reviewed.
+- [Code review guidelines](code_review.md) for reviewing code and having code reviewed
- [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)
@@ -33,7 +33,7 @@ description: 'Learn how to contribute to GitLab.'
- [GitLab utilities](utilities.md)
- [Logging](logging.md)
- [API styleguide](api_styleguide.md) Use this styleguide if you are
- contributing to the API.
+ contributing to the API
- [GraphQL API styleguide](api_graphql_styleguide.md) Use this
styleguide if you are contributing to the [GraphQL API](../api/graphql/index.md)
- [Sidekiq guidelines](sidekiq_style_guide.md) for working with Sidekiq workers