mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
17.27.2026 59856a56228e9082cc6b0173ff9c1db0189d7ce5
docs: add note about --no-verify to CONTRIBUTING.md
1 files modified
11 ■■■■■ changed files
CONTRIBUTING.md 11 ●●●●● patch | view | raw | blame | history
CONTRIBUTING.md
@@ -61,6 +61,17 @@
   * screenshots when UI/visual output changes,
   * linked issues (for example: `Fixes #123`).
## Circumventing Git Hooks
To prevent `git commit` and `git push` from running hooks you can use the `--no-verify` flag:
```bash
git commit --no-verify -m "docs: update README"
git push --no-verify origin my-feature-branch
```
This should be used sparingly and only when you have a good reason to bypass checks. If you find yourself needing to use `--no-verify` frequently, please consider improving the hooks or contributing fixes to reduce false positives.
## Documentation Contributions
Documentation lives in multiple places: