summaryrefslogtreecommitdiff
path: root/doc/development/new_fe_guide/index.md
blob: 5fd5af252ef168f9dc2874611464e8cf51ababad (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
27
28
29
30
31
32
33
34
35
36
# 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.

## [Principles](principles.md)

Ensure that your frontend contribution starts off in the right direction.

## [Initiatives](initiatives.md)

High level overview of where we are going from a frontend perspective.

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

## [Style guides](style/index.md)

Style guides to keep our code consistent.

## [Event Tracking with Snowplow](event_tracking.md)

How we use Snowplow to track custom events.

## [Tips](tips.md)

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