BigW Consortium Gitlab

README.md 1.69 KB
Newer Older
1
# Development
2

3 4 5 6
## Outside of docs

- [CONTRIBUTING.md](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md) main contributing guide
- [PROCESS.md](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/PROCESS.md) contributing process
7
- [GitLab Development Kit (GDK)](https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/README.md) to install a development version
8 9 10

## Styleguides

11
- [Documentation styleguide](doc_styleguide.md) Use this styleguide if you are
12
  contributing to documentation.
13
- [SQL Migration Style Guide](migration_style_guide.md) for creating safe SQL migrations
14
- [Testing standards and style guidelines](testing.md)
15
- [UI guide](ui_guide.md) for building GitLab with existing CSS styles and elements
16
- [Frontend guidelines](frontend.md)
17 18 19 20 21
- [SQL guidelines](sql.md) for SQL guidelines

## Process

- [Code review guidelines](code_review.md) for reviewing code and having code reviewed.
22 23
- [Merge request performance guidelines](merge_request_performance_guidelines.md)
  for ensuring merge requests do not negatively impact GitLab performance
24 25 26

## Backend howtos

27
- [Architecture](architecture.md) of GitLab
Dmitriy Zaporozhets committed
28
- [CI setup](ci_setup.md) for testing GitLab
29
- [Gotchas](gotchas.md) to avoid
30
- [How to dump production data to staging](db_dump.md)
31
- [Instrumentation](instrumentation.md)
32
- [Performance guidelines](performance.md)
33 34
- [Rake tasks](rake_tasks.md) for development
- [Shell commands](shell_commands.md) in the GitLab codebase
35
- [Sidekiq debugging](sidekiq_debugging.md)
36 37 38

## Databases

39
- [What requires downtime?](what_requires_downtime.md)
40
- [Adding database indexes](adding_database_indexes.md)
41 42 43 44

## Compliance

- [Licensing](licensing.md) for ensuring license compliance