[DOC-CVS] [doc-base] master: Document skip-revcheck
[email protected] (Jakub Vrana via Jakub Vrána)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Jakub Vrana (vrana) Committer: Jakub Vrána (vrana) Date: 2025-04-15T21:29:54+02:00 Commit: https://github.com/php/doc-base/commit/7f4300197ce8d7e9c22bff7e9e8f5686c7562914 Raw diff: https://github.com/php/doc-base/commit/7f4300197ce8d7e9c22bff7e9e8f5686c7562914.diff Document skip-revcheck Changed paths: M docs/editing.md Diff: diff --git a/docs/editing.md b/docs/editing.md index 5ed62f3ff..b73f75a67 100644 --- a/docs/editing.md +++ b/docs/editing.md @@ -34,6 +34,10 @@ Remember the extension folder [structure](structure.md) when copying those files ## Translating documentation The translation process is described in the [translating chapter](translating.md). +Changes in the English version are eventually picked up by the translators. +If a change doesn't affect translations (e.g. fixing a typo in English) then the +commit message should start with `[skip-revcheck]`. + ## Validating your changes Every time you make changes to documentation sources (both English or translation), you have to validate your changes to ensure that the manual still builds without error.