From 7990f8cb16089f10237b23d6773c4d5d2f1de929 Mon Sep 17 00:00:00 2001 From: david <dlenwell@gmail.com> Date: Fri, 11 Jul 2014 03:12:16 -0700 Subject: [PATCH] Add an introduction paragraph to the developer guide I think it helps a lot to have a rough idea of what I am learning before I dive in. Change-Id: I24cb4a98b74325e2d6545f0562730e11a35a7740 Co-Authored-By: Anita Kuno <anteaya@anteaya.info> --- doc/source/developers.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/developers.rst b/doc/source/developers.rst index 8f46e88..f8c9af8 100644 --- a/doc/source/developers.rst +++ b/doc/source/developers.rst @@ -13,6 +13,14 @@ Quick Reference Getting Started =============== +The goal of this document is to walk you through the concepts and +specifics that should be understood while contributing to OpenStack. + +Prior to contributing to an OpenStack project a few steps need to be +completed. This document covers the steps that get you started, such as +creating a few accounts on required websites, signing a contributor +license agreement, uploading an ssh key, and installing git-review. + Account Setup -------------