This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

Typical Contribution Process

Making sure that the sub-project (also known as "module") maintainer knows a change is coming is often useful in order to avoid duplication of effort, wasting time on unwanted features, or as a heads up to find time for reviews.

Make one change per git commit. Make as many separate git commits as you need to fix the bug. But before you submit the changes for review ensure the changes are a logical sequence of atomic changes. Each commit should make sense on its own if possible. Each should have a proper author, subject, and description.


2024-10-23 11:02