====== How to contribute ====== {{description>Advices for contributing to BSD Router Project}} ===== Source Repository ===== Source code can be view here: * [[https://github.com/ocochard/BSDRP|Github]] ===== Developer guidelines ===== ==== General ==== This project try to follow the Bible: [[http://www.producingoss.com/|Producting Open Source Software, How to Run a Successful Free Software Project by Karl Fogel]] ==== Copyright ==== No personnal name as copyright in the source code: Kept "The BSDRP Development Team". Real Authors names are wrote: * On the [[:Contributors]] pages * In the file [[https://github.com/ocochard/BSDRP/blob/master/BSDRP/Files/root/AUTHORS|AUTHORS]] This prevent too lot's of authors names in head of each file. ==== Technical choices ==== All shell scripts need to use sh (#!/bin/sh) for maximum compatibly.