Commit 50e3f0fc authored by Vadym Pienskoi's avatar Vadym Pienskoi

Update README.md as suggested in #215683

parent 82587df6
...@@ -9,7 +9,7 @@ description: 'Learn how to contribute to GitLab.' ...@@ -9,7 +9,7 @@ description: 'Learn how to contribute to GitLab.'
- Set up GitLab's development environment with [GitLab Development Kit (GDK)](https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/README.md) - Set up GitLab's development environment with [GitLab Development Kit (GDK)](https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/README.md)
- [GitLab contributing guide](contributing/index.md) - [GitLab contributing guide](contributing/index.md)
- [Issues workflow](contributing/issue_workflow.md). For information on: - [Issues workflow](contributing/issue_workflow.md) for more information on:
- Issue tracker guidelines. - Issue tracker guidelines.
- Triaging. - Triaging.
- Labels. - Labels.
...@@ -17,7 +17,7 @@ description: 'Learn how to contribute to GitLab.' ...@@ -17,7 +17,7 @@ description: 'Learn how to contribute to GitLab.'
- Issue weight. - Issue weight.
- Regression issues. - Regression issues.
- Technical or UX debt. - Technical or UX debt.
- [Merge requests workflow](contributing/merge_request_workflow.md). For - [Merge requests workflow](contributing/merge_request_workflow.md) for more
information on: information on:
- Merge request guidelines. - Merge request guidelines.
- Contribution acceptance criteria. - Contribution acceptance criteria.
...@@ -57,10 +57,8 @@ Complementary reads: ...@@ -57,10 +57,8 @@ Complementary reads:
- [GitLab utilities](utilities.md) - [GitLab utilities](utilities.md)
- [Issuable-like Rails models](issuable-like-models.md) - [Issuable-like Rails models](issuable-like-models.md)
- [Logging](logging.md) - [Logging](logging.md)
- [API styleguide](api_styleguide.md) Use this styleguide if you are - [API styleguide](api_styleguide.md) for contributing to the API
contributing to the API - [GraphQL API styleguide](api_graphql_styleguide.md) for contributing to the [GraphQL API](../api/graphql/index.md)
- [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 - [Sidekiq guidelines](sidekiq_style_guide.md) for working with Sidekiq workers
- [Working with Gitaly](gitaly.md) - [Working with Gitaly](gitaly.md)
- [Manage feature flags](feature_flags/index.md) - [Manage feature flags](feature_flags/index.md)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment