debian-mirror-gitlab/doc/development/new_fe_guide/index.md
2020-04-08 14:13:33 +05:30

20 lines
641 B
Markdown

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