diff options
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index 58c00f618fa..fb6a8a5b095 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -13,7 +13,9 @@ - [SQL Migration Style Guide](migration_style_guide.md) for creating safe SQL migrations - [Testing standards and style guidelines](testing.md) - [UI guide](ui_guide.md) for building GitLab with existing CSS styles and elements -- [SQL guidelines](sql.md) for SQL guidelines +- [Frontend guidelines](frontend.md) +- [SQL guidelines](sql.md) for working with SQL queries +- [Sidekiq guidelines](sidekiq_style_guide.md) for working with Sidekiq workers ## Process |