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

index.md « new_fe_guide « development « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e9c367807fae4fc2ad1f989a873e6631e9b5c0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Frontend Development Guidelines

This guide contains all the information to successfully contribute to GitLab's frontend.
This is a living document, and we welcome contributions, feedback, and suggestions.

## [Development](development/index.md)

Guidance on topics related to development.

## [Dependencies](dependencies.md)

Learn about all the dependencies that make up our frontend, including some of our own custom built libraries.

## [Modules](modules/index.md)

Learn about all the internal JavaScript modules that make up our frontend.

## [Tips](tips.md)

Tips from our frontend team to develop more efficiently and effectively.