Skip to content

Commit 69644d7

Browse files
committed
Split contributing docs from user guide
1 parent 703ca0e commit 69644d7

2 files changed

Lines changed: 8 additions & 11 deletions

File tree

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
We expect all contributions to conform to our style guide, be commented (inside the PHP source files),
77
be documented (in the user guide), and unit tested (in the test folder).
8-
There is a [Contributing to CodeIgniter](./contributing) section in the repository which describes the contribution process; this page is an overview.
8+
There is a [Contributing to CodeIgniter](./contributing/index.rst) section in the repository which describes the contribution process; this page is an overview.
99

1010
## Issues
1111

contributing/index.rst

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22
Contributing to CodeIgniter
33
###########################
44

5-
.. toctree::
6-
:titlesonly:
7-
8-
guidelines
9-
workflow
10-
signing
11-
internals
12-
documentation
13-
PHP Style Guide <styleguide>
14-
../DCO
5+
- `Contribution guidelines<./guidelines.rst>`_
6+
- `Contribution workflow<./workflow.rst>`_
7+
- `Contribution signing<./signing.rst>`_
8+
- `Framework internals<./internals.rst>`_
9+
- `CodeIgniter documentation<./documentation.rst>`_
10+
- `PHP Style Guide <./styleguide.rst>`_
11+
- `Developer's Certificate of Origin<../DCO.txt>`_
1512

1613
CodeIgniter is a community driven project and accepts contributions of code
1714
and documentation from the community. These contributions are made in the form

0 commit comments

Comments
 (0)