| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/api.pacim.de/web/Codiad/ |
Upload File : |
# How to Contribute Your contributions are welcome and we're very open about how contributions are made, however, to keep order to things please take the following into consideration: * Check the issues to ensure that someone else isn't already working on the bug or feature * Submit an issue for bugs and feature additions before you start with it * Familiarize yourself with the documentation in the [Wiki](https://github.com/Codiad/Codiad/wiki) There is an established format for `components` which utilizes one JS (`init.js`) and one CSS (`screen.css`) which is handled by the loader file. Any other resources used should be loaded or accessed from one of these. **Don't Reinvent the Wheel!** There's an API and defined, easy-to-understand set of methods for a reason - use them. Stick to the conventions defined in other components as closely as possible. * Utilize the same commenting structure * Use underscores in namespaces instead of interCaps * Use intend with 4 spaces in your code * Use single quotes for parameternames and double quotes for strings * When working with the editor utilize the `active` object whenever possible instead of going direct to the `editor` **Javascript Formatting** In order to maintain a consistant code structure to the code across the application please run any changes through JSBeautifier (http://jsbeautifier.org/) with the default settings. If you have questions, please ask. Submit an issue or [contact us directly](mailto:dev@codiad.com). **PHP Formatting** In order to maintain a consistant code structure we follow PSR2 standards and using travis CI to validate a proper formatting. [](https://travis-ci.org/Codiad/Codiad)