Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1015 Bytes

File metadata and controls

25 lines (18 loc) · 1015 Bytes

Summary

Type of change

  • 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

Checklist

  • 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