Skip to content

Commit 9805314

Browse files
committed
docs: add links to user guide directories
1 parent 40b7b73 commit 9805314

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

contributing/pull_request.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,10 @@ See [Writing CodeIgniter Documentation](./documentation.rst).
119119

120120
#### Changelog
121121

122-
The [Changelog](https://codeigniter4.github.io/CodeIgniter4/changelogs/index.html), in the user guide, needs to be kept up-to-date. Not
123-
all changes will need an entry in it, but the following items should.
122+
The [Changelog](https://codeigniter4.github.io/CodeIgniter4/changelogs/index.html)
123+
in the [user guide](https://github.com/codeigniter4/CodeIgniter4/tree/develop/user_guide_src/source/changelogs)
124+
needs to be kept up-to-date. Not all changes will need an entry in it, but the
125+
following items should.
124126

125127
- all breaking changes (BCs)
126128
- all enhancements (new features, new classes, new APIs)
@@ -133,7 +135,8 @@ all changes will need an entry in it, but the following items should.
133135
If your PR requires users to do something when they upgrade CodeIgniter, or
134136
changes the Config values,
135137
the [Upgrading Guide](https://codeigniter4.github.io/CodeIgniter4/installation/upgrading.html)
136-
is also needed.
138+
in the [installation](https://github.com/codeigniter4/CodeIgniter4/tree/develop/user_guide_src/source/installation)
139+
folder is also needed.
137140

138141
- Add an instruction what to do when upgrading.
139142
- If you add new properties or changes default values in Config files, add the

0 commit comments

Comments
 (0)