]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/dev/index.rst: Make Issue tracker a separate chapter
authorNathan Cutler <ncutler@suse.com>
Thu, 3 Dec 2015 12:18:52 +0000 (13:18 +0100)
committerNathan Cutler <ncutler@suse.com>
Thu, 3 Dec 2015 17:11:09 +0000 (18:11 +0100)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
doc/dev/index.rst

index 7f490269bc0c1c0854bf21e0d8d0ba24242a39f3..dc9f2d1bd5ad999b396adc33759644af571f4bd0 100644 (file)
@@ -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.