summaryrefslogtreecommitdiff
path: root/doc/development/new_fe_guide/index.md
blob: c9b655c22746fea4819e32e8a8d8d0a797a59224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
stage: none
group: unassigned
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
---

# 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.