diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-04-08 17:34:55 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-04-08 17:34:55 +0000 |
commit | 0396c8525c4b38eb19204f74e21268ae7c7b7278 (patch) | |
tree | 6245d585367456e3bbb72ebf7dea33392a08cec3 /doc/development/README.md | |
parent | 940b27ecc1cdc1076632376a27e84d99b09d80e0 (diff) | |
parent | 6ffda88c973ce9be263d0e9142a3105f2cccf000 (diff) | |
download | gitlab-ce-0396c8525c4b38eb19204f74e21268ae7c7b7278.tar.gz |
Merge branch 'rs-testing-guide' into 'master'
First pass at a Testing styleguide
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14121
[ci skip]
See merge request !3465
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index 8940b558fb6..2f4e7845ccc 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -10,4 +10,5 @@ - [Shell commands](shell_commands.md) in the GitLab codebase - [Sidekiq debugging](sidekiq_debugging.md) - [SQL guidelines](sql.md) for SQL guidelines +- [Testing standards and style guidelines](testing.md) - [UI guide](ui_guide.md) for building GitLab with existing css styles and elements |