{section: Format} A contrib module <project> should adhere to the following format: -_: <project> --:: -> README (description of your module and brief documentation on how to use it ) -_:: -> license.txt (the license under which your module is released - will most likely be similar to Condor's, but may vary. In doubt talk to us about it!) -_:: -> author.txt (the contact person for this module - name, e-mail address, affiliation, ... ) -_:: -> src/ folder -_:: -> tests/ folder (containing regression tests - if applicable) +*: <project> +*:: README (description of your module and brief documentation on how to use it ) +*:: license.txt (the license under which your module is released - will most likely be similar to Condor's, but may vary. In doubt talk to us about it!) +*:: author.txt (the contact person for this module - name, e-mail address, affiliation, ... ) +*:: src/ folder +*:: tests/ folder (containing regression tests - if applicable) In the end it would be nice if you already hooked your module into Condor's build system (currently Imake), but if necessary we can provide assistance. This is, of course, only applicable to projects linking into the Condor code. If you provide a module in a scripting language or entirely separate from the Condor code, you can ignore this part.