From 3c3234121575ce271f8b50f3dcf1880db328fed1 Mon Sep 17 00:00:00 2001 From: Connor Shea Date: Thu, 2 Jun 2016 12:04:19 -0600 Subject: Add Licensing information and guidelines to the Documentation. --- doc/development/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/development/README.md') diff --git a/doc/development/README.md b/doc/development/README.md index aa7d54c01d0..cf1bd493a9f 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -7,9 +7,11 @@ - [Gotchas](gotchas.md) to avoid - [How to dump production data to staging](db_dump.md) - [Instrumentation](instrumentation.md) +- [Licensing](licensing.md) for ensuring license compliance - [Migration Style Guide](migration_style_guide.md) for creating safe migrations - [Performance guidelines](performance.md) - [Rake tasks](rake_tasks.md) for development +- [SCSS Style Guide](scss_styleguide.md) - [Shell commands](shell_commands.md) in the GitLab codebase - [Sidekiq debugging](sidekiq_debugging.md) - [SQL guidelines](sql.md) for SQL guidelines -- cgit v1.2.1 From b2e85b796835b024d9436aae43b3a7c65fab66de Mon Sep 17 00:00:00 2001 From: Connor Shea Date: Sat, 4 Jun 2016 21:32:59 -0600 Subject: Add relevant commands to the licensing document, resolve some feedback. --- doc/development/README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/development/README.md') diff --git a/doc/development/README.md b/doc/development/README.md index cf1bd493a9f..c5d5af43864 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -11,7 +11,6 @@ - [Migration Style Guide](migration_style_guide.md) for creating safe migrations - [Performance guidelines](performance.md) - [Rake tasks](rake_tasks.md) for development -- [SCSS Style Guide](scss_styleguide.md) - [Shell commands](shell_commands.md) in the GitLab codebase - [Sidekiq debugging](sidekiq_debugging.md) - [SQL guidelines](sql.md) for SQL guidelines -- cgit v1.2.1