From: Nathan Cutler Date: Thu, 3 Dec 2015 12:18:52 +0000 (+0100) Subject: doc/dev/index.rst: Make Issue tracker a separate chapter X-Git-Tag: v10.0.2~114^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8d281bc5f0fe0cf4c28566678de75e8e0b7f2d9d;p=ceph.git doc/dev/index.rst: Make Issue tracker a separate chapter Signed-off-by: Nathan Cutler --- diff --git a/doc/dev/index.rst b/doc/dev/index.rst index 7f490269bc0c..dc9f2d1bd5ad 100644 --- a/doc/dev/index.rst +++ b/doc/dev/index.rst @@ -179,15 +179,8 @@ You can start a development mode Ceph cluster, after compiling the source, with: # check that it's there ./ceph health -Bugfixing -========= - -Without bugs, there would be no software, and without software, there would -be no software developers. This chapter explains the Ceph-specific aspects -of bugfixing workflows. - Issue tracker -------------- +============= The Ceph project has its own issue tracker, `http://tracker.ceph.com`_, powered by `Redmine`_. @@ -230,7 +223,13 @@ If you do not have permission to change the status yourself, don't worry: someone will probably change it for you, even without asking. You can ask on IRC for another developer to change the status for you. -Documentation bugs ------------------- +Bugfixing +========= + +Without bugs, there would be no software, and without software, there would +be no software developers. This chapter explains the Ceph-specific aspects +of the project's bugfixing workflows. +A good understanding of the `Issue tracker`_ chapter is necessary before +you attempt to fix any bugs.