This topic was started on FOSSBilling GitHub Discussions, and was moved to this forum on 17/03/2023. Original post authors and dates are preserved.
GatoVuelta - May 26, 2022
Hello there.
Are there any guidelines for the structure of the code that contributors may or must follow when editing the codebase?
For example, indentation, parameter formatting, case
function helloWorld() {
return();
}
or
function helloWorld()
{
return();
}
If they don't exist, would it be necessary to make them?
John-S4 - May 29, 2022
It would be good to have style and formatting guidelines both for code and documentation.