Stikked/doc/DEVELOPMENT.md
2017-03-16 15:54:14 -07:00

677 B

You want to improve Stikked? Always welcome! Send us your pull request and you will be honoured in AUTHORS.md.

Some guidelines:

php_beautifier --indent_tabs -l "IndentStyles(style=bsd) ArrayNested() NewLines(before=function:T_CLASS:if,after=T_COMMENT) ListClassFunction()"
  • Optionally, use https://phpbeautifier.com/ with "Allman style" formatting for smaller segments of PHP-only code
  • Other people may modify your contribution. Don't take that personal; we all want to improve Stikked. Your input is always welcome!