You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
We expect all contributions to conform to our style guide, be commented (inside the PHP source files),
7
7
be documented (in the user guide), and unit tested (in the test folder).
8
-
There is a [Contributing to CodeIgniter](./contributing/index.rst) section in the repository which describes the contribution process; this page is an overview.
8
+
There is a [Contributing to CodeIgniter](./contributing/README.rst) section in the repository which describes the contribution process; this page is an overview.
9
9
10
10
## Issues
11
11
@@ -15,7 +15,7 @@ Issues are a quick way to point out a bug. If you find a bug or documentation er
15
15
2. The issue has already been fixed (check the develop branch, or look for closed Issues)
16
16
3. Is it something really obvious that you can fix yourself?
17
17
18
-
Reporting issues is helpful but an even [better approach](https://codeigniter4.github.io/CodeIgniter4/contributing/workflow.html) is to send a Pull Request, which is done by "Forking" the main repository and committing to your own copy. This will require you to use the version control system called Git.
18
+
Reporting issues is helpful but an even [better approach](./contributing/workflow.rst) is to send a Pull Request, which is done by "Forking" the main repository and committing to your own copy. This will require you to use the version control system called Git.
19
19
20
20
## Guidelines
21
21
@@ -26,7 +26,7 @@ for us to maintain quality of the code-base.
26
26
27
27
### PHP Style
28
28
29
-
All code must meet the [Style Guide](https://codeigniter4.github.io/CodeIgniter4/contributing/styleguide.html).
29
+
All code must meet the [Style Guide](./contributing/styleguide.rst).
30
30
This makes certain that all code is the same format as the existing code and means it will be as readable as possible.
31
31
32
32
### Documentation
@@ -46,7 +46,7 @@ One thing at a time: A pull request should only contain one change. That does no
46
46
47
47
### Signing
48
48
49
-
You must [GPG-sign](https://codeigniter4.github.io/CodeIgniter4/contributing/signing.html) your work, certifying that you either wrote the work or otherwise have the right to pass it on to an open source project. This is *not* just a "signed-off-by" commit, but instead a digitally signed one.
49
+
You must [GPG-sign](./contributing/signing.rst) your work, certifying that you either wrote the work or otherwise have the right to pass it on to an open source project. This is *not* just a "signed-off-by" commit, but instead a digitally signed one.
0 commit comments