diff options
author | Loui Chang <louipc.ist@gmail.com> | 2008-11-04 03:55:42 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-11-04 03:55:42 +0100 |
commit | 06ce5af292b639bb2e54b433d912d5ac134a1dd1 (patch) | |
tree | e4ede102dea5029afdddeced26e240b20f55eb5c /HACKING | |
parent | a6147ab5ab297728adefdb97aaeedc93114b896d (diff) | |
download | aur-06ce5af292b639bb2e54b433d912d5ac134a1dd1.tar.gz aur-06ce5af292b639bb2e54b433d912d5ac134a1dd1.tar.xz |
Update HACKING for new branch structure.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,10 +21,10 @@ MySQL queries should generally go into functions. Submitting patches ------------------ Please submit uncompressed git-formatted patches to aur-dev@archlinux.org. -Base your patches on the testing 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. Smaller patches are much easier to review and have a better chance of being pushed more quickly into the main repo. -Try to make your commit messages brief and descriptive. +Try to make your commit messages brief but descriptive. |