Skip to content

Commit 703ca0e

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

2 files changed

Lines changed: 2 additions & 2 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](https://bcit-ci.github.io/CodeIgniter4/contributing/index.html) section in the user guide which describes the contribution process; this page is an overview.
8+
There is a [Contributing to CodeIgniter](./contributing) section in the repository which describes the contribution process; this page is an overview.
99

1010
## Issues
1111

contributing/signing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ The audience for your commit messages will be the codebase maintainers, any
6464
code reviewers, and debuggers trying to figure out when a bug might have been
6565
introduced.
6666

67-
Do try to make your commit messages meaningful.
67+
Make your commit messages meaningful.

0 commit comments

Comments
 (0)