Skip to content

Commit ca071e0

Browse files
docs: update contribution guidelines for Handlebars templating syntax (#2693)
1 parent 8f6ad9e commit ca071e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ In particular, please adhere to the following conventions:
121121

122122
Additionally, if you made any user-facing changes, please adjust our documentation under
123123
[docs/book](./docs/book/).
124+
When editing the documentation, escape literal `{{ }}` patterns with a
125+
backslash (`\{{`) due to Handlebars templating. GitHub Actions `${{ }}` syntax is automatically
126+
preserved.
124127

125128
### Formatting
126129

0 commit comments

Comments
 (0)