Developer Guidelines

From SleuthKitWiki
Revision as of 10:32, 14 September 2008 by Wikiadmin (Talk | contribs)

Jump to: navigation, search

This page contains the guidelines for developing code for The Sleuth Kit and Autopsy. These guidelines are not about the technical designs of the tools, rather they are about how code is contributed and merged in. Note that this document is a work in progress as the process is officially defined.

Communications

The Sleuth Kit Developers e-mail list is the official communication forum for TSK and Autopsy development. Subscribe to participate in the development process.

Submitting Patches / Code

To contribute code or patches to the project, send e-mail to the Sleuth Kit Developers list. Include the new code or diffs of the changes. Code submissions should follow the error handling, Unicode, and other conventions of the specific tool. A more detailed list of tool-specific guidelines is being developed.

To make diffs of the changes, run the following command on a Unix system (or from cygwin on Windows):

% diff -Nru sleuthkit-old sleuthkit-new > changes.patch

The patches and code contributions will be reviewed and incorporated into the main development if they are approved. It is also helpful to submit test images and test cases that can be used to test the new code.

Code Acceptance

Currently, these tools have a Benevolent Dictator model for incorporating code into the official distribution. As more developers get involved, this can change. Acceptance is based on code quality and completeness.