diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2026-02-11 00:02:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-11 00:02:52 +0100 |
| commit | 139797a1652538e9220859ab68720aa19a4beefa (patch) | |
| tree | 2029ee1b3136ddda5ac8eb143d6107fa8752c2ab /CONTRIBUTING.md | |
| parent | 6709d000cd08e4e1fdba4944c7d18275d2a0a2f1 (diff) | |
| download | smarty-139797a1652538e9220859ab68720aa19a4beefa.tar.gz smarty-139797a1652538e9220859ab68720aa19a4beefa.tar.bz2 smarty-139797a1652538e9220859ab68720aa19a4beefa.zip | |
Support for Laravel Collections style object chaining (#1168)
* Support for Laravel Collections style object chaining for objects return from function calls implemented as modifiers
Fixes #1151
* explain publishing docs
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8dfdf32b..9cba3624 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -115,5 +115,7 @@ If you are a maintainer, you can publish the document using [mike](https://githu mike deploy 5.x ``` +Then, push the `gh-pages` branch. + ## Attribution This guide is based on the **contributing.md**. [Make your own](https://contributing.md/)! |
