diff options
author | James L Parry <jim_parry@bcit.ca> | 2014-11-24 09:51:13 +0100 |
---|---|---|
committer | James L Parry <jim_parry@bcit.ca> | 2014-11-24 09:51:13 +0100 |
commit | 1a162f12abad6da9d2d7561674259427e2a742a6 (patch) | |
tree | b68ff7063d31a0b7a40a4e61aa8236bc3d8414a0 /user_guide_src/source/contributing/index.rst | |
parent | 66096141d109437a84020a4744df0d0e7b5906b0 (diff) |
User Guide Minor fix
Sphinx was complaining about the "title overline" for the contributing page entry "Tips for a good issue report". Fixed this.
Signed-off-by:James L Parry <jim_parry@bcit.ca>
Diffstat (limited to 'user_guide_src/source/contributing/index.rst')
-rw-r--r-- | user_guide_src/source/contributing/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/contributing/index.rst b/user_guide_src/source/contributing/index.rst index c784a59e5..3548dbca1 100644 --- a/user_guide_src/source/contributing/index.rst +++ b/user_guide_src/source/contributing/index.rst @@ -31,9 +31,9 @@ If you are having trouble using a feature of CodeIgniter, ask for help on the fo If you are wondering if you are using something correctly or if you have found a bug, ask on the forum first. -*************************** +**************************** Tips for a Good Issue Report -*************************** +**************************** Use a descriptive subject line (eg parser library chokes on commas) rather than a vague one (eg. your code broke). |