mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
HACKING: Keep commits small
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
63c2cf1fc6
commit
e89db8745e
1 changed files with 4 additions and 1 deletions
5
HACKING
5
HACKING
|
@ -36,8 +36,11 @@ http://mailman.archlinux.org/mailman/listinfo/aur-dev
|
||||||
|
|
||||||
Base your patches on the master branch as forward development is done there.
|
Base your patches on the master branch as forward development is done there.
|
||||||
When writing patches please keep unnecessary changes to a minimum.
|
When writing patches please keep unnecessary changes to a minimum.
|
||||||
|
|
||||||
|
Try to keep your commits small and focused.
|
||||||
Smaller patches are much easier to review and have a better chance of being
|
Smaller patches are much easier to review and have a better chance of being
|
||||||
pushed more quickly into the main repo.
|
pushed more quickly into the main repo. Smaller commits also makes reviewing
|
||||||
|
the commit history and tracking down specific changes much easier.
|
||||||
|
|
||||||
Try to make your commit messages brief but descriptive.
|
Try to make your commit messages brief but descriptive.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue