Table Of Contents

Previous topic

Adding Support for a Database Engine

Next topic

Distributing Gerald

This Page

Contributing to Gerald

Introduction

This document describes all of the ways you can contribute to the Gerald project.

Finding and Reporting Bugs

If you discover something in Gerald that doesn’t work properly you can do one of two things:

  1. Create a ticket at the Trac repository
  2. Send an email to andy47@halfcooked.com

Whichever route you chose, please remember to make the information relevant and if possible please include a way to re-create the problem you are seeing in as few steps as possible.

Source Code

The project source code is in a Subversion repository at SourceForge. All development work takes place on the trunk.

You can view it here http://halfcooked.svn.sourceforge.net/viewvc/halfcooked/trunk/ or check out a copy using:

$ svn co https://halfcooked.svn.sourceforge.net/svnroot/halfcooked/trunk gerald

Task Management

The project uses a tool called Trac hosted at SourceForge to manage development and bug fixing. This can be found at our Trac repository

New development work, bugs and issues are handled by the Trac ticketing systems at http://sourceforge.net/apps/trac/halfcooked/report/1

Supporting New Databases

A guide to adding support for different relational databases is included in the documentation. It is called Adding Support for a Database Engine

Mailing List

There is no mailing list for Gerald users or developers. All email should be addressed to andy47@halfcooked.com


Author:Andy Todd
Last Updated:Tuesday the 8th of June, 2010.