Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
contribute:dev:git:start [2020/06/20 00:54] – Add Commit Guidelines andreldmcontribute:dev:git:start [2020/06/20 00:58] – [Commit Guidelines] Fix typos andreldm
Line 86: Line 86:
   * Optionally Sign Off your commits (mandatory for Xfwm4!).   * Optionally Sign Off your commits (mandatory for Xfwm4!).
   * GitLab's [[https://docs.gitlab.com/ce/user/project/issues/managing_issues.html#default-closing-pattern|closing patterns]] such as ''fixes'' and ''closes'' should go into the commit description, never in the summary.   * GitLab's [[https://docs.gitlab.com/ce/user/project/issues/managing_issues.html#default-closing-pattern|closing patterns]] such as ''fixes'' and ''closes'' should go into the commit description, never in the summary.
-  * When makes isolated changes, such a single part of the project or one of its plugins, please add a lowercase label as the summary prefix, examples:+  * When making isolated changes, such as in a single part of the project or one of its plugins, please add a lowercase label as the summary prefix, examples:
     * "mime-helpers: Rename Thunar to thunar"     * "mime-helpers: Rename Thunar to thunar"
     * "action buttons: Fix separator width"     * "action buttons: Fix separator width"