@@ -11,7 +11,7 @@ PHP Style
1111=========
1212
1313All code must conform to our `Style Guide
14- <./styleguide.html > `_, which is
14+ <./styleguide.rst > `_, which is
1515essentially the `Allman indent style
1616<https://en.wikipedia.org/wiki/Indent_style#Allman_style> `_, with
1717elaboration on naming and readable operators.
@@ -50,10 +50,6 @@ class/interface/trait, method and variable.
5050
5151See the `phpDocumentor website <https://phpdoc.org/ >`_ for more information.
5252
53- We use ``phpDocumentor2 `` to generate the API documentation for the
54- framework, with configuration details in ``phpdoc.dist.xml `` in the project
55- root.
56-
5753Documentation
5854=============
5955
@@ -77,21 +73,15 @@ for an example.
7773PHP Compatibility
7874=================
7975
80- CodeIgniter4 requires PHP 7.
81-
82- See the `CodeIgniter4-developer-setup <https://github.com/bcit-ci/CodeIgniter4-developer-setup >`_
83- repository for tips on setting this up on your system.
84-
85- That repository also contains tips for configuring your IDE or editor to work
86- better with PHP7 and CodeIgniter4.
76+ CodeIgniter4 requires PHP 7.1.
8777
8878Backwards Compatibility
8979=======================
9080
9181Generally, we aim to maintain backwards compatibility between minor
9282versions of the framework. Any changes that break compatibility need
9383a good reason to do so, and need to be pointed out in the
94- `Upgrading <.. /installation/upgrading.html >`_ guide.
84+ `Upgrading <https://bcit-ci.github.io/CodeIgniter4 /installation/upgrading.html >`_ guide.
9585
9686CodeIgniter4 itself represents a significant backwards compatibility break
9787with earlier versions of the framework.
@@ -102,6 +92,7 @@ Mergeability
10292Your PRs need to be mergeable before they will be considered.
10393
10494We suggest that you synchronize your repository's ``develop `` branch with
105- that in the main repository before submitting a PR.
95+ that in the main repository, and then your feature branch and
96+ your develop branch, before submitting a PR.
10697You will need to resolve any merge conflicts introduced by changes
10798incorporated since you started working on your contribution.
0 commit comments