We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ba77d commit 943af6dCopy full SHA for 943af6d
1 file changed
CONTRIBUTING.md
@@ -118,7 +118,7 @@ Maintainers aim to review pull requests and issues within 3 business days.
118
- `feature` – feature/this-is-a-new-feature-branch (target `develop` for content updates, `main` for non-content changes)
119
- `codebugfix` – codebugfix/description-of-the-bug (typically targets `main`)
120
- `languagefix` – languagefix/description-of-the-language-fix (typically targets `main`)
121
-- `docs` – docs/description-of-the-documentation-change (typically targets `main`)
+- `docs` – docs/description-of-the-documentation-change (typically targets `main`; documentation changes are exempt from the content update rule above)
122
- `release` – release/description-of-the-release – cut from `main` when ready
123
124
### Commit messages format
0 commit comments