2015-05-11 09:09:36 -04:00
# Development
2014-04-24 13:53:18 -04:00
2016-08-04 06:45:59 -04:00
## 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
2016-08-08 11:14:36 -04:00
- [GitLab Development Kit (GDK) ](https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/README.md ) to install a development version
2016-08-04 06:45:59 -04:00
## Styleguides
2016-10-13 12:44:52 -04:00
- [API styleguide ](api_styleguide.md ) Use this styleguide if you are
contributing to the API.
2016-08-10 07:28:56 -04:00
- [Documentation styleguide ](doc_styleguide.md ) Use this styleguide if you are
2016-08-04 06:45:59 -04:00
contributing to documentation.
2016-08-10 07:28:56 -04:00
- [SQL Migration Style Guide ](migration_style_guide.md ) for creating safe SQL migrations
2016-08-04 06:45:59 -04:00
- [Testing standards and style guidelines ](testing.md )
2016-08-10 07:28:56 -04:00
- [UI guide ](ui_guide.md ) for building GitLab with existing CSS styles and elements
2016-07-11 14:48:00 -04:00
- [Frontend guidelines ](frontend.md )
2016-10-21 12:13:41 -04:00
- [SQL guidelines ](sql.md ) for working with SQL queries
- [Sidekiq guidelines ](sidekiq_style_guide.md ) for working with Sidekiq workers
2016-08-04 06:45:59 -04:00
## Process
- [Code review guidelines ](code_review.md ) for reviewing code and having code reviewed.
2016-08-19 11:21:00 -04:00
- [Merge request performance guidelines ](merge_request_performance_guidelines.md )
for ensuring merge requests do not negatively impact GitLab performance
2016-08-04 06:45:59 -04:00
## Backend howtos
2014-04-24 18:48:22 -04:00
- [Architecture ](architecture.md ) of GitLab
2014-09-18 09:45:18 -04:00
- [CI setup ](ci_setup.md ) for testing GitLab
2016-02-16 22:09:00 -05:00
- [Gotchas ](gotchas.md ) to avoid
2016-02-16 21:31:14 -05:00
- [How to dump production data to staging ](db_dump.md )
2016-04-05 06:37:41 -04:00
- [Instrumentation ](instrumentation.md )
2016-04-28 15:44:21 -04:00
- [Performance guidelines ](performance.md )
2016-02-16 21:29:54 -05:00
- [Rake tasks ](rake_tasks.md ) for development
- [Shell commands ](shell_commands.md ) in the GitLab codebase
2014-12-01 12:58:37 -05:00
- [Sidekiq debugging ](sidekiq_debugging.md )
2016-08-11 08:22:21 -04:00
## Databases
2016-08-04 11:17:31 -04:00
- [What requires downtime? ](what_requires_downtime.md )
2016-08-11 08:22:21 -04:00
- [Adding database indexes ](adding_database_indexes.md )
2016-08-04 06:45:59 -04:00
## Compliance
- [Licensing ](licensing.md ) for ensuring license compliance