@@ -9,20 +9,29 @@ 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)
-[GitLab core team & GitLab Inc. contribution process](https://gitlab.com/gitlab-org/gitlab/blob/master/PROCESS.md)
-[Generate a changelog entry with `bin/changelog`](changelog.md)
**Must-reads:**
-[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, and having them reviewed
-[Pipelines for the GitLab project](pipelines.md)
-[Guidelines for implementing Enterprise Edition features](ee_features.md)
Complementary reads:
-[GitLab core team & GitLab Inc. contribution process](https://gitlab.com/gitlab-org/gitlab/blob/master/PROCESS.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)
-[Requesting access to Chatops on GitLab.com](chatops_on_gitlabcom.md#requesting-access)(for GitLabbers)
-[Guidelines for implementing Enterprise Edition features](ee_features.md)
-[Danger bot](dangerbot.md)
-[Generate a changelog entry with `bin/changelog`](changelog.md)
-[Requesting access to Chatops on GitLab.com](chatops_on_gitlabcom.md#requesting-access)(for GitLabbers)
@@ -118,6 +118,11 @@ This [documentation](merge_request_workflow.md) outlines the current merge reque
This [documentation](style_guides.md) outlines the current style guidelines.
## Implement design & UI elements
This [design documentation](design.md) outlines the current process for implementing
design & UI elements.
## Getting an Enterprise Edition License
If you need a license for contributing to an EE-feature, please [follow these instructions](https://about.gitlab.com/handbook/marketing/community-relations/code-contributor-program/#for-contributors-to-the-gitlab-enterprise-edition-ee).
let(:mentionable_desc){"#{user.to_reference}#{user2.to_reference}#{user.to_reference} some description #{group.to_reference(full: true)} and #{user2.to_reference} @all"}
let(:mentionable_desc){"#{user.to_reference}some description #{group.to_reference(full: true)} and @all"}