-
Notifications
You must be signed in to change notification settings - Fork 2
Contributing
Aurumaker72 edited this page Jan 15, 2025
·
1 revision
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)