Contributions
Making Contributions
Contributions should be mailed to the Developement Issues mailing list. The contribution may be a patch or an entire file as an attachment. The contribution will be discussed on the mailing list, and if it is deemed acceptable and consistent with the project goals, a committer may include the contribution in the repository.
The committers are more interested in receiving a valuable contribution to the project than the precise form it is submitted. All the same you will make the job easier for the committers, and thus more likely to be committed properly if you provide the following:
- a description of what problem the contribution solves
- modification to existing files in the form of a unified diff*
- unit tests for any code
- documentation changes for any new or modified behavior
These elements are not required, but they are very much appreciated!
*A unified diff can be created using the following cvs command:
cvs diff -u
Committers
- Pete Townsend is the founder and main developer of the AFP Renderer.
- Joe Schmetzer helps with documentation and builds (along with the occasional code change).