How to contribute
Source repository¶
The source code can be viewed here:
Developer guidelines¶
General¶
This project tries to follow the bible: Producing Open Source Software: How to Run a Successful Free Software Project by Karl Fogel.
Copyright¶
Do not use personal names as the copyright holder in the source code: keep "The BSDRP Development Team".
Real author names are recorded:
- On the Contributors page
- In the file AUTHORS
This avoids having too many author names at the top of each file.
Technical choices¶
All shell scripts must use sh (#!/bin/sh) for maximum compatibility.