mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add some more requirements to HACKING.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
8137572ad3
commit
bc47de8984
1 changed files with 8 additions and 1 deletions
9
HACKING
9
HACKING
|
@ -20,7 +20,8 @@ MySQL queries should generally go into functions.
|
||||||
|
|
||||||
Submitting patches
|
Submitting patches
|
||||||
------------------
|
------------------
|
||||||
Please submit uncompressed git-formatted patches to aur-dev@archlinux.org.
|
Please test your patches before submitting.
|
||||||
|
Submit uncompressed git-formatted patches to aur-dev@archlinux.org.
|
||||||
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.
|
||||||
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
|
||||||
|
@ -28,3 +29,9 @@ pushed more quickly into the main repo.
|
||||||
|
|
||||||
Try to make your commit messages brief but descriptive.
|
Try to make your commit messages brief but descriptive.
|
||||||
|
|
||||||
|
Glossary
|
||||||
|
--------
|
||||||
|
git-formatted patch:
|
||||||
|
A patch that is produced via `git format-patch` and is sent via
|
||||||
|
`git send-email` or as an inline attachment of an email.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue