diff --git a/user_guide_src/source/extending/contributing.rst b/user_guide_src/source/extending/contributing.rst index 9f9c6960bcd3..1917832c3802 100644 --- a/user_guide_src/source/extending/contributing.rst +++ b/user_guide_src/source/extending/contributing.rst @@ -19,17 +19,18 @@ Reporting issues is helpful but an even better approach 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. -Please see the `Contributing to CodeIgniter4 `_ +Please see the `Contributing to CodeIgniter4 `_ section of our code repository. - ******* Support ******* Please note that GitHub is not for general support questions! If you are -having trouble using a feature of CodeIgniter, ask for help on our -`forums `_ instead. +having trouble using a feature, you can: + +- Start a new thread on the `forum `_ +- Ask your questions on `Slack `_ If you are not sure whether you are using something correctly or if you have found a bug, again - please ask on the forums first.