Scope and type guidelines

  • Scope — the module or layer affected: (auth), (api), (ui), (db), (infra)
  • Omit scope for cross-cutting changes affecting multiple modules
  • style = formatting only; refactor = restructure with no behaviour change
  • revert: format — subject is the original commit subject; body says "This reverts commit SHA."
  • feat and fix trigger CHANGELOG entries; chore/style/refactor/test do not

Question 0 of 5

Your team defines these scopes: auth, api, ui, db, infra. You add a new database migration file. Which scope is correct?