Skip to content

Commit 43174e4

Browse files
committed
docs: add instruction to add Config changes in Upgrading Guide
To make the Config changes more noticeable.
1 parent 6d04476 commit 43174e4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

contributing/pull_request.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,14 @@ all changes will need an entry in it, but the following items should.
121121

122122
#### Upgrading Guide
123123

124-
If your PR requires users to do something when they upgrade CodeIgniter, the
125-
[Upgrading Guide](https://codeigniter4.github.io/CodeIgniter4/installation/upgrading.html) is also needed.
126-
127-
Add an instruction what to do.
124+
If your PR requires users to do something when they upgrade CodeIgniter, or
125+
changes the Config values,
126+
the [Upgrading Guide](https://codeigniter4.github.io/CodeIgniter4/installation/upgrading.html)
127+
is also needed.
128+
129+
- Add an instruction what to do when upgrading.
130+
- If you add new properties or changes default values in Config files, add the
131+
changes in *"Project Files > Content Changes > Config"*.
128132

129133
### CSS
130134

0 commit comments

Comments
 (0)