How to contribute
Getting the source code
Make a checkout of the latest version of the project If you would like to correct a bug, check if it hasn't already been fixed in the thunk
Add aedifico to your pythonpath. Here is how I add my working copy (/home/jibaku/aedifico) to the python path :
export PYTHONPATH="${PYTHONPATH}:/home/jibaku/aedifico/src/"
Reading the project guidelines
- The coding convention : AedificoCodingStandard
- The project structure : FoldersFilesOrganization
Modifying the code
create your module or correct a bug and send attach a patch to a ticket
