Contributing to OTOBO¶
This chapter will show how you can contribute to the OTOBO framework, so that other users will be able to benefit from your work.
- Sending Contributions
- Translating
- Code Style Guide
- Perl
- Whitespace
- Length of Lines
- Spaces and Parentheses
- Source Code Header and Charset
- Conditions
- Postfix
if
- Restrictions for the Use of Some Perl Builtins
- Regular Expressions
- Naming
- Variable Declaration
- Handling of Parameters
- Multiple Named Parameters
return
Statements- Explicit Return Values
use
Statements- Objects and Their Allocation
- Documenting Back End Modules
- Documenting Subroutines
- Code Comments in Perl
- Declaration of SQL Statements
- Returning on Errors
- Using Limit
- Using the
while
loop
- JavaScript
- HTML
- CSS
- Perl
- User Interface Design
- Accessibility Guide
- Unit Tests