Skip to content

Contributing

Aurumaker72 edited this page Jan 15, 2025 · 1 revision

Commit Style

Commits should, if possible, be reduced to individual work units and not contain multiple unrelated changes, barring situations where, for example, API changes require updating callsites.

The commits should be formatted as follows:

[Module]/[Kind]: [Description]

Module describes the module affected by the commit, usually a control. (e.g.: Listbox)

Kind loosely specifies the groups affected by the change. Can be:

  • Feat (a new feature or noteworthy change in functionality of an existing feature).
  • Chg (a change relevant to the user)
  • Fix (a bugfix)
  • Dev (internal change with little to no effect on users)
Clone this wiki locally