-
feat— new page or feature -
fix— bug fix (broken link, incorrect command, layout issue) -
content— update or improve existing content -
docs— changes to CONTRIBUTING, README, or meta documentation -
chore— maintenance (dependencies, config, CI/CD) -
refactor— restructuring without content changes -
style— formatting, whitespace, typos -
revert— reverting a previous commit
PR title and commit types must follow these standards — view the contributing guide
- PR title follows the commit convention (e.g.
fix: correct nmcli command) - Both EN (
*.md) and NL (*.nl.md) versions updated (if content changed,src/content/only) - No broken internal links
- Tested locally with
cd src && hugo server